# LibTmux.MovePaneRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/MovePaneRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
- `ToCommand` (method): Returns a pane-move request as one tmux command.
