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

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:

C#
public class DiagramConnectionPointDescriptor : DataVizCollectionItemComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDataVizCollectionItemComponentDescriptorDiagramConnectionPointDescriptor

Constructors

C#
public DiagramConnectionPointDescriptor()

Properties

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.

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

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.

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