TextAlignment
The TextAlignment
enum describes how a text element is aligned horizontally.
Values
Value | Description |
| Indicates that the text is right-justified. |
| Indicates that the text is left-justified. |
| Indicates that the text is centered. |
Last updated