SystemBackdropState 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 the state of a system backdrop.
public enum class SystemBackdropState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
enum class SystemBackdropState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
public enum SystemBackdropState
var value = Microsoft.UI.Composition.SystemBackdrops.SystemBackdropState.active
Public Enum SystemBackdropState
- Inheritance
-
SystemBackdropState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Active | 0 | The system backdrop is drawing the "active" material. |
Fallback | 1 | The system backdrop is drawing the material's fallback color. |
HighContrast | 2 | The system backdrop is drawing the high-contrast fallback color. |