Click or drag to resize

WindowRestoreBounds Property

Gets the bounds of the window before it was minimized or maximized, or the current bounds if WindowState is Normal.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Rectangle RestoreBounds { get; }

Property Value

Type: Rectangle
The restore bounds.
Remarks
This is useful to retrieve the desired size and position of the window even though it is currently maximized or minimized.
See Also