Gets or sets the link's text placement and orientation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public HorizontalAlignment TextAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextAlignment As HorizontalAlignment |
A member of the HorizontalAlignment enumeration. The default value is Center.
RemarksCurrently this property is considered only when TextStyle is set to OverLongestSegment.
See Also