ClassDiagramConnectionToDescriptor
Class
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.
Methods
Serialize()
Declaration
cs-api-definition
public Dictionary<string, object> Serialize()
Returns