FullScreenPresentationConfiguration Class

Definition

Represents the full screen configuration for an AppWindowPresenter.

public ref class FullScreenPresentationConfiguration sealed : AppWindowPresentationConfiguration
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FullScreenPresentationConfiguration final : AppWindowPresentationConfiguration
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FullScreenPresentationConfiguration : AppWindowPresentationConfiguration
Public NotInheritable Class FullScreenPresentationConfiguration
Inherits AppWindowPresentationConfiguration
Inheritance
Object Platform::Object IInspectable AppWindowPresentationConfiguration FullScreenPresentationConfiguration
Attributes

Windows requirements

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

Constructors

FullScreenPresentationConfiguration()

Initializes a new instance of the FullScreenPresentationConfiguration class.

Properties

IsExclusive

Gets or sets a value that indicates whether Exclusive Fullscreen Mode is on.

Kind

Gets a value that indicates the kind of presentation the app window is using.

(Inherited from AppWindowPresentationConfiguration)

Applies to