DisplayArea.WorkArea Property

Definition

Gets the rectangle of the work area of the DisplayArea, where the X,Y offset is within the display area's bounds.

C#
public RectInt32 WorkArea { get; }

Property Value

The rectangle of the work area of the DisplayArea.

Remarks

The work area of a display is the part of the desktop display that excludes task bars, docked windows, and docked tool bars.

Applies to

Produkt Verzie
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also