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:
public class DiagramConnectionSelectionHandlesStrokeDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesStrokeDescriptor
Constructors
public DiagramConnectionSelectionHandlesStrokeDescriptor()
Methods
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.
public string Color { get; set; }