# Editor.PanelWindow.MaxSize

```csharp
Vector2 MaxSize { get; set; }
```

The largest the user can resize the window to. Zero means no limit.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
