Share via


AppWindowPresentationKind Enum

Definition

Defines constants that specify the kind of presentation the app window is using.

public enum class AppWindowPresentationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class AppWindowPresentationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum AppWindowPresentationKind
Public Enum AppWindowPresentationKind
Inheritance
AppWindowPresentationKind
Attributes

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Fields

Name Value Description
Default 0

The app window is using the default presentation mode with no specific presentation applied.

CompactOverlay 1

The app window is in compact overlay (picture-in-picture) mode.

FullScreen 2

The app window is in full screen mode.

Remarks

This enumeration is used by the AppWindowPresentationConfiguration.Kind property.

Applies to

See also