# LibTmux.Workspace.WorkspaceWindow

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