# TextAlignment

The `TextAlignment` enum describes how a text element is aligned horizontally.

### Values <a href="#values" id="values"></a>

| Value    | Description                                 |
| -------- | ------------------------------------------- |
| `RIGHT`  | Indicates that the text is right-justified. |
| `LEFT`   | Indicates that the text is left-justified.  |
| `CENTER` | Indicates that the text is centered.        |
