SystemBackdropTheme Enum
Definition
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
[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
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.