# HorizontalAlignment

The `HorizontalAlignment` enum describes how an element is aligned horizontally.

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

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