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
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; }