> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/horizontalalignment.md).

# 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.        |
