Telerik UI DiagramConnectionDefaultsStartCap.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionDefaultsStartCap : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaultsStartCap
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionDefaultsStartCap()
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 connection start cap type.The supported values are: "none": no cap; "ArrowStart": a filled arrow or "FilledCircle": a filled circle.
C#
[Parameter]
public DiagramConnectionsStartCapType? Type { get; set; }