ClassDiagramConnectionPointDescriptor
Defines an intermediate routing point along a diagram connection path. Use this to create custom connection routes by adding waypoints between the source and target shapes. Multiple points can be added to create complex paths, curves, or orthogonal routing patterns.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionPointDescriptor : DataVizCollectionItemComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDataVizCollectionItemComponentDescriptorDiagramConnectionPointDescriptor
Constructors
DiagramConnectionPointDescriptor()
Declaration
public DiagramConnectionPointDescriptor()
Properties
X
Sets the horizontal coordinate of an intermediate waypoint along the connection path. Measured in pixels from the diagram origin. For example, 150 positions the waypoint at 150 pixels from the left edge. Use waypoints to create custom routing paths for connections, especially with Polyline.