| WindowIHandlerRestoreBounds Property  | 
 
            Gets the bounds of the window before it was minimized or maximized.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxRectangle RestoreBounds { get; }ReadOnly Property RestoreBounds As Rectangle
	Get
abstract RestoreBounds : Rectangle with get
Property Value
Type: 
RectangleThe restore bounds.
 Remarks
Remarks
            This is useful to retrieve the desired size and position of the window even though it is currently maximized or minimized.
            
 See Also
See Also