Class
DiagramConnectionToDescriptor

Defines the target shape and connection point where a diagram connection terminates. Use this to specify which shape the connection ends at and optionally which connector point on that shape. Works with DiagramConnectionFromDescriptor to establish the complete connection path between shapes.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionToDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionToDescriptor

Constructors

DiagramConnectionToDescriptor()

Declaration

cs-api-definition
public DiagramConnectionToDescriptor()

Properties

X

Sets the horizontal coordinate where the connection ends on the target shape. Measured in pixels from the diagram origin. For example, 200 positions the connection end at 200 pixels from the left edge. Use with Y to define the exact ending point when not using named connectors.

Declaration

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

Property Value

double?

Y

Sets the vertical coordinate where the connection ends on the target shape. Measured in pixels from the diagram origin. For example, 150 positions the connection end at 150 pixels from the top edge. Use with X to define the exact ending point when not using named connectors.

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>