Telerik UI DiagramConnectionDefaultsEndCap.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionDefaultsEndCap : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaultsEndCap
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionDefaultsEndCap()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The path option is a description of a custom geometry
C#
[Parameter]
public string Path { get; set; }
The end cap type used in connections.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle.
C#
[Parameter]
public DiagramConnectionsEndCapType? Type { get; set; }