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