---
name: VerticalAlignment
last_updated: 2026-06-10T19:49:43Z
type: enum
summary: "Used by UIGridStyleLayout.VerticalAlignment to align the layout vertically within its parent."
---

# VerticalAlignment

Used by [UIGridStyleLayout.VerticalAlignment](/docs/reference/engine/classes/UIGridStyleLayout.md) to align the layout
vertically within its parent.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Center` | 0 | Grid is aligned to the center of its parent along the **Y** axis. |
| `Top` | 1 | Grid is aligned to the top edge of its parent. |
| `Bottom` | 2 | Grid is aligned to the bottom edge of its parent. |