CoreInputViewOcclusion.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 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).