TextVAlignment
The TextVerticalAlignment enumeration is used to define the vertical alignment of text in UI elements.
| attributes | description |
|---|---|
| Upper | Aligns the text to the top. |
| Middle | Represents vertical alignment of text to the center. |
| Lower | Represents bottom alignment for text. |
