> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/verticalalignment.md).

# VerticalAlignment

## Overview

VerticalAlignment is an Enum that specifies the vertical alignment method for UI elements.

It is used as the VerticalAlignment property in GuiBase and its subclasses, determining how an element is aligned vertically within its parent container.

## Items

| Name   | Value | Description                                                 |
| ------ | ----- | ----------------------------------------------------------- |
| Center | 0     | Aligns the element to the center in the vertical direction. |
| Top    | 1     | Aligns the element to the top in the vertical direction.    |
| Bottom | 2     | Aligns the element to the bottom in the vertical direction. |

## See also

{% content-ref url="/pages/5hGnkIB64BrphdiMzufZ" %}
[UIGridStyleLayout](/development/api-reference/classes/uigridstylelayout.md)
{% endcontent-ref %}
