# LibTmux.MovePaneRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/MovePaneRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-movepanerequest/

Describes one <c>move-pane</c> or <c>join-pane</c> invocation.

## Members

- `MovePaneRequest` (method) — Initializes a pane-move request.
- `Target` (property) — Gets the pane or window to move against.
- `Direction` (property) — Gets which side of the target the pane lands on.
- `Size` (property) — Gets the size in cells or as a percentage.
- `Detach` (property) — Gets whether the moved pane is left unselected.
- `FullWindow` (property) — Gets whether the split spans the whole window.
- `Before` (property) — Gets whether the pane lands before the target.
