| ScreenIHandlerWorkingArea Property  | 
 
            Gets the working area of the display, excluding any menu/task bars, docks, etc.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxRectangleF WorkingArea { get; }ReadOnly Property WorkingArea As RectangleF
	Get
abstract WorkingArea : RectangleF with get
Property Value
Type: 
RectangleFThe working area of the screen.
 Remarks
Remarks
            This is useful to position your window in the usable area of the screen.
            
 See Also
See Also