Share via


SystemBackdropTheme Enum

Definition

Defines constants that specify which system backdrop theme is being used.

public enum class SystemBackdropTheme
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
enum class SystemBackdropTheme
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
public enum SystemBackdropTheme
var value = Microsoft.UI.Composition.SystemBackdrops.SystemBackdropTheme.default
Public Enum SystemBackdropTheme
Inheritance
SystemBackdropTheme
Attributes

Fields

Dark 2

The Dark theme is used.

Default 0

The default theme is used.

Light 1

The Light theme is used.

Remarks

This enumeration provides values for the SystemBackdropConfiguration.Theme property.

Applies to

See also