Configures the interactive handles that appear on a selected diagram connection. These handles allow users to manipulate connection routing points, endpoints, and path shape. Use this to customize handle size, color, and stroke via DiagramConnectionSelectionHandlesFillDescriptor and DiagramConnectionSelectionHandlesStrokeDescriptor. Part of the DiagramConnectionSelectionDescriptor configuration.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionSelectionHandlesDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesDescriptor
Constructors
public DiagramConnectionSelectionHandlesDescriptor()
Methods
Properties
Configures the fill color of selection handle elements. Use DiagramConnectionSelectionHandlesFillDescriptor to set the background color of the draggable handles. Distinct handle colors help users identify interactive control points.
public DiagramConnectionSelectionHandlesFillDescriptor Fill { get; set; }
Sets the height of selection handle elements in pixels. For example, 8 creates an 8-pixel tall handle, while 12 creates a larger, easier-to-grab handle. Larger handles improve usability on touch devices. Use with Width to control handle size.
public double? Height { get; set; }
Configures the border stroke of selection handle elements. Use DiagramConnectionSelectionHandlesStrokeDescriptor to set the outline color of the draggable handles. Border styling improves handle visibility against different backgrounds.
public DiagramConnectionSelectionHandlesStrokeDescriptor Stroke { get; set; }