ClassDiagramConnectionEndCap
Class
Telerik UI DiagramConnectionEndCap.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class DiagramConnectionEndCap : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionEndCap
Implements:
Inherited Members
Constructors
DiagramConnectionEndCap()
Declaration
cs-api-definition
public DiagramConnectionEndCap()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Path
The path option is a description of a custom geometry
Type
The connection end cap type.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle. You can also use "ArrowStart" for the endCap but its direction will be inversed.
Declaration
cs-api-definition
[Parameter]
public DiagramConnectionsEndCapType? Type { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
cs-api-definition
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns