DisplayRegion.WorkAreaOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.