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

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:

C#
public class DiagramConnectionEditablePointsDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEditablePointsDescriptor

Constructors

C#
public DiagramConnectionEditablePointsDescriptor()

Methods

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

Dictionary<string, object>

Properties

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

C#
public bool? Enabled { get; set; }

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

C#
public double? Snap { get; set; }