# LibTmux.ResizePaneRequest

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

Describes one <c>resize-pane</c> invocation.

tmux accepts several sizing instructions at once and silently applies only
some of them, so the request refuses the ambiguity instead. That makes
trimming below the cursor unrepresentable on its own; it rides alongside a
real resize.

## Members

- `ResizePaneRequest` (method) — Initializes a pane-resize request.
- `Direction` (property) — Gets the edge to move.
- `Adjustment` (property) — Gets how many cells to move the edge by.
- `Width` (property) — Gets the explicit width in cells or as a percentage.
- `Height` (property) — Gets the explicit height in cells or as a percentage.
- `Zoom` (property) — Gets whether the pane's zoom is toggled.
- `Mouse` (property) — Gets whether the resize follows the mouse.
- `TrimBelow` (property) — Gets whether lines below the cursor are trimmed.
