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

Telerik UI DiagramShapeConnectorHoverStroke.

Definition

Constructors

C#
public DiagramShapeConnectorHoverStroke()

Properties

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

Defines the hover stroke color.

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

The dash type of the hover stroke.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.

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

Defines the thickness or width of the shape connectors stroke on hover.

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

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>