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.

public:
 property RectInt32 WorkArea { RectInt32 get(); };
RectInt32 WorkArea();
public RectInt32 WorkArea { get; }
var rectInt32 = displayArea.workArea;
Public ReadOnly Property WorkArea As RectInt32

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

See also