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

Defines the anchor position for the end cap relative to the connection endpoint. Use this to adjust how the arrowhead or cap is positioned and aligned at the connection's terminating point. Part of the DiagramConnectionEndCapDescriptor configuration for precise cap placement.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionEndCapAnchorDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEndCapAnchorDescriptor

Constructors

C#
public DiagramConnectionEndCapAnchorDescriptor()

Methods

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

Dictionary<string, object>

Properties

Sets the horizontal position of the end cap anchor point relative to the cap shape. Values typically range from 0 (left edge) to 1 (right edge), with 0.5 centering the anchor horizontally. The anchor point determines where the cap attaches to the connection line.

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

Sets the vertical position of the end cap anchor point relative to the cap shape. Values typically range from 0 (top edge) to 1 (bottom edge), with 0.5 centering the anchor vertically. The anchor point determines where the cap attaches to the connection line.

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