Class
DiagramConnectionSelectionHandlesDescriptor

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:

cs-api-definition
public class DiagramConnectionSelectionHandlesDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionHandlesDescriptor

Constructors

DiagramConnectionSelectionHandlesDescriptor()

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesDescriptor()

Properties

Fill

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.

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesFillDescriptor Fill { get; set; }

Property Value

DiagramConnectionSelectionHandlesFillDescriptor

Height

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.

Declaration

cs-api-definition
public double? Height { get; set; }

Property Value

double?

Stroke

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.

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesStrokeDescriptor Stroke { get; set; }

Property Value

DiagramConnectionSelectionHandlesStrokeDescriptor

Width

Sets the width of selection handle elements in pixels. For example, 8 creates an 8-pixel wide handle, while 12 creates a larger, easier-to-grab handle. Larger handles improve usability on touch devices. Use with Height to control handle size.

Declaration

cs-api-definition
public double? Width { get; set; }

Property Value

double?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>