# Sandbox.Modals.ModalAnchorPosition

Where to anchor a modal relative to a source panel. See [Sandbox.Modals.FriendsListModalOptions.Anchoring](/api/Sandbox.Modals.FriendsListModalOptions.Anchoring).

- Kind: enum
- Namespace: `Sandbox.Modals`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`AboveLeft`](/api/Sandbox.Modals.ModalAnchorPosition/AboveLeft): Above the source panel, aligned to its left edge.
- [`AboveRight`](/api/Sandbox.Modals.ModalAnchorPosition/AboveRight): Above the source panel, aligned to its right edge.
- [`BelowLeft`](/api/Sandbox.Modals.ModalAnchorPosition/BelowLeft): Below the source panel, aligned to its left edge.
- [`BelowRight`](/api/Sandbox.Modals.ModalAnchorPosition/BelowRight): Below the source panel, aligned to its right edge.
