ScreenWorkingArea Property
Gets the actual working-area pixel-size of the screen.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PixelRect WorkingArea { get; protected set; }
Public Property WorkingArea As PixelRect
Get
Protected Set
member WorkingArea : PixelRect with get, set
Property Value
PixelRect
This area may be smaller than
Bounds to account for notches and
other block-out areas such as taskbars etc.