ClassDiagramConnectionDefaultsEndCapStroke
Telerik UI DiagramConnectionDefaultsEndCapStroke.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionDefaultsEndCapStroke : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaultsEndCapStroke
Implements:
Inherited Members
Constructors
DiagramConnectionDefaultsEndCapStroke()
Declaration
public DiagramConnectionDefaultsEndCapStroke()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The connections end cap stroke color.
DashType
The connections end 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.
Declaration
[Parameter]
public DashType? DashType { get; set; }
Property Value
LineCap
The connection end cap stroke line cap.
Declaration
[Parameter]
public DiagramConnectionsEndCapStrokeLineCap? LineCap { get; set; }
Property Value
LineJoin
The connection end cap stroke line join.
Declaration
[Parameter]
public DiagramConnectionsEndCapStrokeLineJoin? LineJoin { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns