ClassDiagramConnectionSelectionDescriptor
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:
public class DiagramConnectionSelectionDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionSelectionDescriptor
Constructors
DiagramConnectionSelectionDescriptor()
Declaration
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
public DiagramConnectionSelectionHandlesDescriptor Handles { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns