Telerik UI DiagramConnectionDefaultsStartCapStroke.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionDefaultsStartCapStroke : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaultsStartCapStroke
Implements:
Inherited Members
Constructors
public DiagramConnectionDefaultsStartCapStroke()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
[Parameter]
public RenderFragment ChildContent { 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; "dot" - A line that consists of dots; "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.
[Parameter]
public DashType? DashType { get; set; }
The connection start cap stroke line cap.
[Parameter]
public DiagramConnectionsStartCapStrokeLineCap? LineCap { get; set; }
The connection start cap stroke line join.
[Parameter]
public DiagramConnectionsStartCapStrokeLineJoin? LineJoin { get; set; }