Class
DiagramConnectionEditablePointsDescriptor

Configures the connection points editing behavior for a diagram connection. When enabled, users can drag connection endpoints and intermediate points to reposition connections. Use Snap to control the snap distance when dragging connection points.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionEditablePointsDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEditablePointsDescriptor

Constructors

DiagramConnectionEditablePointsDescriptor()

Declaration

cs-api-definition
public DiagramConnectionEditablePointsDescriptor()

Properties

Enabled

Enables or disables connection point editing. When set to false, users cannot drag connection endpoints or intermediate points.

Declaration

cs-api-definition
public bool? Enabled { get; set; }

Property Value

bool?

Snap

The snap distance in pixels for connection points when the user drags them.

Declaration

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

Property Value

double?

Methods

Serialize()

Declaration

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

Returns

Dictionary<string, object>