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

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:

C#
public class DiagramConnectionSelectionHandlesFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesFillDescriptor

Constructors

C#
public DiagramConnectionSelectionHandlesFillDescriptor()

Methods

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

Dictionary<string, object>

Properties

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.

C#
public string Color { get; set; }