# LibTmux.ResizeWindowRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/ResizeWindowRequest.cs#L18
- **Page:** https://libtmux.org/reference/dotnet/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

- `ResizeWindowRequest` (method) — Initializes a window-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.
- `Height` (property) — Gets the explicit height.
- `Mode` (property) — Gets the sizing to follow against the window's clients.
