CoreInputViewOcclusion.OccludingRect Property

Definition

Gets the bounding rect of the occluding input pane.

public:
 property Rect OccludingRect { Rect get(); };
Rect OccludingRect();
public Rect OccludingRect { get; }
var rect = coreInputViewOcclusion.occludingRect;
Public ReadOnly Property OccludingRect As Rect

Property Value

The rectangle formed by the intersection of the input pane and the application window (the region of the app window hidden behind the pane). Specified in device-independent pixels (DIP).

If Rect.Y has value of 0, the app window is not obstructed by the pane (the pane might still be visible).

Applies to