Click or drag to resize

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
RectangleF WorkingArea { get; }

Property Value

Type: RectangleF
The working area of the screen.
Remarks
This is useful to position your window in the usable area of the screen.
See Also