Share via


SystemBackdropState Enum

Definition

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

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.

Applies to