AppWindowTitleBarOcclusion.OccludingRect Property

Definition

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.

Applies to