Search
DiagramLink.TextAlignment Property
See Also
 






Gets or sets the link's text placement and orientation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HorizontalAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As HorizontalAlignment

 Property Value

A member of the HorizontalAlignment enumeration. The default value is Center.

 Remarks

Currently this property is considered only when TextStyle is set to OverLongestSegment.

 See Also