# LibTmux.Workspace.WorkspaceWindow

- **Module:** LibTmux.Workspace
- **Package:** LibTmux.Workspace
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Workspace/WorkspaceFile.cs#L35
- **Page:** https://libtmux.org/en/dotnet/latest/workspace/reference/libtmux-workspace-workspacewindow/

Describes one window in a supported tmuxp workspace.

## Members

- `WorkspaceWindow` (method): Initializes a window description.
- `WindowName` (property): Gets the window name.
- `StartDirectory` (property): Gets the directory its panes start in.
- `Layout` (property): Gets the layout to apply after creating its panes.
- `Focus` (property): Gets whether the window is left selected.
- `Options` (property): Gets the window options to set.
- `Panes` (property): Gets the panes to create, in order.
