ScreenWorkingArea Property

Gets the actual working-area pixel-size of the screen.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PixelRect WorkingArea { get; protected set; }

Property Value

PixelRect

Remarks

This area may be smaller than Bounds to account for notches and other block-out areas such as taskbars etc.

See Also