DisplayRegion.WorkAreaOffset Property

Definition

Gets the offset within the display coordinate space for this DisplayRegion.

public:
 property Point WorkAreaOffset { Point get(); };
Point WorkAreaOffset();
public Point WorkAreaOffset { get; }
var point = displayRegion.workAreaOffset;
Public ReadOnly Property WorkAreaOffset As Point

Property Value

The offset within the display coordinate space for this DisplayRegion.

Remarks

This is not in client-coordinates and does not correlate to the CoreWindow bounds of an application view being represented inside a DisplayRegion.

Applies to