ClassDiagramConnectionSelectionHandlesFillDescriptor
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:
public class DiagramConnectionSelectionHandlesFillDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesFillDescriptor
Constructors
DiagramConnectionSelectionHandlesFillDescriptor()
Declaration
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.
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns