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

Telerik UI DiagramEditableResizeHandlesHoverStroke.

Definition

Constructors

C#
public DiagramEditableResizeHandlesHoverStroke()

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; }

Specifies the stroke color on hovering over the resizing handles. See the editable.resize configuration for an example.

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

Specifies the stroke dash type on hovering over the resizing handles. See the editable.resize configuration for an example.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; }

Specifies the stroke color on hovering over the resizing handles. See the editable.resize configuration for an example.

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