# Sandbox.UI.DockPosition

Where a panel joins a docking layout.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Bottom`](/api/Sandbox.UI.DockPosition/Bottom): Split below the target.
- [`Center`](/api/Sandbox.UI.DockPosition/Center): Join the target's tabs.
- [`Left`](/api/Sandbox.UI.DockPosition/Left): Split to the left of the target.
- [`Right`](/api/Sandbox.UI.DockPosition/Right): Split to the right of the target.
- [`Top`](/api/Sandbox.UI.DockPosition/Top): Split above the target.
