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; }
ReadOnly Property WorkingArea As RectangleF
Get
abstract WorkingArea : RectangleF with get
Property Value
Type:
RectangleFThe working area of the screen.
Remarks
This is useful to position your window in the usable area of the screen.
See Also