---
name: StartCorner
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Used by UIGridLayout.StartCorner to decide where the first element is placed."
---

# StartCorner

Used by [UIGridLayout.StartCorner](/docs/reference/engine/classes/UIGridLayout.md) to decide where the first element is
placed.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `TopLeft` | 0 | Grid starts in top left corner. |
| `TopRight` | 1 | Grid starts in top right corner. |
| `BottomLeft` | 2 | Grid starts in bottom left corner. |
| `BottomRight` | 3 | Grid starts in bottom right corner. |