CoreInputViewOcclusion Class

Definition

Represents the area of the app that is currently occluded by the CoreInputView.

Note

Not supported on HoloLens.

public ref class CoreInputViewOcclusion sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewOcclusion final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewOcclusion
Public NotInheritable Class CoreInputViewOcclusion
Inheritance
Object Platform::Object IInspectable CoreInputViewOcclusion
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

Used by frameworks (such as XAML) or custom text controls only.

Properties

OccludingRect

Gets the bounding rect of the occluding input pane.

OcclusionKind

The type of occluding input pane.

Applies to