Class
DiagramConnectionSelectionHandlesFillDescriptor

Controls the fill color and appearance inside the selection handles on a selected connection. Use this to set the interior color of the draggable handle points that appear when a connection is selected. Part of the DiagramConnectionSelectionHandlesDescriptor styling. Example: Use a bright color like "#FFF" or "#27AE60" for high visibility.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionSelectionHandlesFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesFillDescriptor

Constructors

DiagramConnectionSelectionHandlesFillDescriptor()

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesFillDescriptor()

Properties

Color

Sets the background fill color of selection handle elements. Use any valid CSS color value such as hex codes (e.g., "#FFFFFF"), color names (e.g., "white"), or rgba values. A bright fill color against a contrasting stroke makes handles easily visible and clickable.

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>