TextAnchor
The TextAnchor enumeration is used to define the anchor point of text in UI elements.
| attributes | description |
|---|---|
| UpperLeft | Represents the anchor point at the top left corner of the text. |
| UpperCenter | Anchors the text to the center of the top edge. |
| UpperRight | Represents the anchor point at the top right corner of the text. |
| MiddleLeft | Represents the anchor point at the left edge center of the text. |
| MiddleCenter | Represents the anchor point of the text center. |
| MiddleRight | Represents the anchor point at the center of the right edge of the text. |
| LowerLeft | Represents the anchor point at the bottom left corner of the text. |
| LowerCenter | Represents the anchor point at the center of the bottom edge of the text. |
| LowerRight | Represents the anchor point at the bottom right corner of the text. |
