SystemBackdropTheme Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
C#
[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
Name | Value | Description |
---|---|---|
Default | 0 | The default theme is used. |
Light | 1 | The Light theme is used. |
Dark | 2 | The Dark theme is used. |
This enumeration provides values for the SystemBackdropConfiguration.Theme property.
Product | Versions |
---|---|
Windows App SDK | 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |