# LibTmux.SelectLayoutRequest

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

Describes one <c>select-layout</c> invocation.

## Members

- `Layout` (property): Gets the named layout, or a layout string tmux dumped.
- `Mode` (property): Gets the layout change that needs no name.
- `ToCommand` (method): Returns a layout request as one tmux command for a window.
