---
name: HorizontalAlignment
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Used by UIGridStyleLayout.HorizontalAlignment to align the layout horizontally within its parent."
---

# HorizontalAlignment

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

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Center` | 0 | Grid is aligned to the center of its parent along the **X** axis. |
| `Left` | 1 | Grid is aligned to the left edge of its parent. |
| `Right` | 2 | Grid is aligned to the right edge of its parent. |