ClassDiagramConnectionContentPositionDescriptor
Controls where the connection label or content appears along the connection line. Use this to position text at the start, middle, or end of the connection, with customizable offsets. Works with DiagramConnectionContentDescriptor to define what content is displayed.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionContentPositionDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionContentPositionDescriptor
Constructors
DiagramConnectionContentPositionDescriptor()
Declaration
public DiagramConnectionContentPositionDescriptor()
Properties
Horizontal
Sets the horizontal position of content labels along the connection line. Use with DiagramConnectionsContentPositionHorizontal to precisely control label placement on connections.
Declaration
public DiagramConnectionsContentPositionHorizontal? Horizontal { get; set; }
Property Value
Vertical
Sets the vertical position of content labels relative to the connection line. Use with DiagramConnectionsContentPositionVertical to precisely control label placement on connections.
Declaration
public DiagramConnectionsContentPositionVertical? Vertical { get; set; }
Property Value
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns