Class
DiagramConnectionPointDescriptor

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:

cs-api-definition
public class DiagramConnectionPointDescriptor : DataVizCollectionItemComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDataVizCollectionItemComponentDescriptorDiagramConnectionPointDescriptor

Constructors

DiagramConnectionPointDescriptor()

Declaration

cs-api-definition
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.

Declaration

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

Property Value

double?

Y

Sets the vertical coordinate of an intermediate waypoint along the connection path. Measured in pixels from the diagram origin. For example, 100 positions the waypoint at 100 pixels from the top edge. Use waypoints to create custom routing paths for connections, especially with Polyline.

Declaration

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

Property Value

double?