AppWindowTitleBarOcclusion.OccludingRect 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 a rectangle that defines the width, height, and offset of the occlusion in app content visual relative coordinates.
public:
property Rect OccludingRect { Rect get(); };
Rect OccludingRect();
public Rect OccludingRect { get; }
var rect = appWindowTitleBarOcclusion.occludingRect;
Public ReadOnly Property OccludingRect As Rect
Property Value
A rectangle that defines the width, height, and offset of the occlusion in app content visual relative coordinates.