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

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:

C#
public class DiagramConnectionSelectionDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionDescriptor

Constructors

C#
public DiagramConnectionSelectionDescriptor()

Methods

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

Dictionary<string, object>

Properties

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.

C#
public DiagramConnectionSelectionHandlesDescriptor Handles { get; set; }