TextHAlignment
The TextHorizontalAlignment enumeration is used to define the horizontal alignment of text in UI elements.
| attributes | description |
|---|---|
| Left | Represents left alignment for text. |
| Center | Represents text alignment in the center. |
| Right | Represents right alignment for text. |
