Class
DiagramConnectionSelectionHandlesStrokeDescriptor

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:

cs-api-definition
public class DiagramConnectionSelectionHandlesStrokeDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesStrokeDescriptor

Constructors

DiagramConnectionSelectionHandlesStrokeDescriptor()

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesStrokeDescriptor()

Properties

Color

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.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>