# LibTmux.PaneDirection

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Constants/TmuxEnums.cs#L20
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-panedirection/

Defines pane placement directions.

## Members

- `Above` (constant): Places the pane above.
- `Below` (constant): Places the pane below.
- `Left` (constant): Places the pane to the left.
- `Right` (constant): Places the pane to the right.
