Specifies the alignment of text relative to its layout rectangle.
Namespace: MindFusion.Diagramming
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Near |
The text is drawn in the near corner of the layout rectangle. |
![]() |
Center |
The text is drawn in the center of the layout rectangle. |
![]() |
Far |
The text is drawn in the far corner of the layout rectangle. |
RemarksMembers of this enumeration can be assigned to textAlignment and lineAlignment properties of diagram items.
See Also