New to Telerik UI for BlazorStart a free 30-day trial

Telerik UI DiagramConnectionStartCapStroke.

Definition

Constructors

C#
public DiagramConnectionStartCapStroke()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

The connection start cap stroke color.

C#
[Parameter]
public string Color { get; set; }

The connection start cap stroke dash type.The following dash types are supported: "dash" - A line that consists of dashes; "dashDot" - A line that consists of a repeating pattern of dash-dot; "longDash" - A line that consists of a repeating pattern of long-dash; "longDashDot" - A line that consists of a repeating pattern of long-dash-dot; "longDashDotDot" - A line that consists of a repeating pattern of long-dash-dot-dot or "solid" - A solid line.

C#
[Parameter]
public DashType? DashType { get; set; }

The connection start cap stroke line cap.

C#
[Parameter]
public DiagramConnectionsStartCapStrokeLineCap? LineCap { get; set; }

The connection start cap stroke line join.

C#
[Parameter]
public DiagramConnectionsStartCapStrokeLineJoin? LineJoin { get; set; }

The connection start cap stroke width.

C#
[Parameter]
public double? Width { get; set; }