# LibTmux.WindowDirection

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

Defines relative window placement.

## Members

- `Before` (constant): Places the window before the target.
- `After` (constant): Places the window after the target.
