InputPane.OccludedRect Property

Definition

Gets the region of the app window obscured by the input pane.

public:
 property Rect OccludedRect { Rect get(); };
Rect OccludedRect();
public Rect OccludedRect { get; }
var rect = inputPane.occludedRect;
Public ReadOnly Property OccludedRect As Rect

Property Value

The rectangle, in client coordinates, representing the region of the app window hidden behind the input pane. Specified in device-independent pixel (DIP).

A top value of "0" indicates that the app window is not obstructed by the input pane. The input pane might still be visible.

A height value of "0", and width value equal to the width of the input pane, indicates that the input pane is floating.

Remarks

Universal apps should use this property, rather than Visible.

Applies to