# LibTmux.ResizeWindowRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/ResizeWindowRequest.cs#L18
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-resizewindowrequest/

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

tmux applies a mode after a direction or an explicit size and silently
discards the loser, so the request refuses the ambiguity instead.

## Members

- `Direction` (property): Gets the edge to move.
- `Adjustment` (property): Gets how many cells to move the edge by.
- `Width` (property): Gets the explicit width.
- `Height` (property): Gets the explicit height.
- `Mode` (property): Gets the sizing to follow against the window's clients.
- `ToCommand` (method): Returns a window-resize request as one tmux command.
