SystemBackdropTheme Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
public enum SystemBackdropTheme
Inheritance
SystemBackdropTheme
Attributes

Fields

Name Value Description
Default 0

The default theme is used.

Light 1

The Light theme is used.

Dark 2

The Dark theme is used.

Remarks

This enumeration provides values for the SystemBackdropConfiguration.Theme property.

Applies to

Product Versions
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also