---
name: TopBottom
last_updated: 2026-06-15T20:56:24Z
type: enum
summary: "Sets where the object is on the side of its parent."
---

# TopBottom

Sets where the object is on the side of its parent.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Top` | 0 | The object is above its parent. |
| `Center` | 1 | The object is centered around the center of its parent. |
| `Bottom` | 2 | The object is below its parent. |