Class
DiagramConnectionSelectionDescriptor

Configures the visual appearance and behavior of a diagram connection when selected by the user. Use this to customize selection indicators like handles, highlighting, and interactive resize points. Works with DiagramConnectionSelectionHandlesDescriptor to control selection handle appearance and behavior.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionSelectionDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionDescriptor

Constructors

DiagramConnectionSelectionDescriptor()

Declaration

cs-api-definition
public DiagramConnectionSelectionDescriptor()

Properties

Handles

Configures the appearance of selection handles displayed when a connection is selected. Use DiagramConnectionSelectionHandlesDescriptor to customize the size, fill, and stroke of the draggable handles. Selection handles allow users to modify connection paths by dragging intermediate points.

Declaration

cs-api-definition
public DiagramConnectionSelectionHandlesDescriptor Handles { get; set; }

Property Value

DiagramConnectionSelectionHandlesDescriptor

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>