TextAlignment enumeration
TextAlignment enumeration
Enumeration of possible text alignment values.
The TextAlignment type exposes the following members:
Fields
Field | Description |
---|---|
LEFT | Align to left. |
CENTER | Center alignment. |
RIGHT | Align to right. |
JUSTIFY | Justify alignment. Text will be aligned on both left and right margins. |