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

Controls the outline stroke color, width, and style of selection handles on a selected connection. Use this to customize the border appearance of draggable handle points for better visibility and branding. Part of the DiagramConnectionSelectionHandlesDescriptor styling. Example: 2px solid black stroke for clear handle outlines.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionSelectionHandlesStrokeDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesStrokeDescriptor

Constructors

C#
public DiagramConnectionSelectionHandlesStrokeDescriptor()

Methods

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

Dictionary<string, object>

Properties

Sets the border color of selection handle elements. Use any valid CSS color value such as hex codes (e.g., "#333333"), color names (e.g., "black"), or rgba values. A contrasting border color ensures handles remain visible against various diagram backgrounds.

C#
public string Color { get; set; }