Class
DiagramConnectionStartCapAnchorDescriptor

Defines the anchor position for the start cap relative to the connection starting point. Use this to adjust how the arrowhead or cap is positioned and aligned at the connection's originating point. Part of the DiagramConnectionStartCapDescriptor configuration for precise cap placement.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionStartCapAnchorDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionStartCapAnchorDescriptor

Constructors

DiagramConnectionStartCapAnchorDescriptor()

Declaration

cs-api-definition
public DiagramConnectionStartCapAnchorDescriptor()

Properties

X

Sets the horizontal position of the start 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.

Declaration

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

Property Value

double?

Y

Sets the vertical position of the start 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.

Declaration

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

Property Value

double?

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>