BackgroundStateKind Enum
Specifies the kind of background to apply to controls in various states (hover, pressed, etc.).
public enum BackgroundStateKind
Fields
| Name | Description |
|---|---|
| Accent | Accent colors are used to render states. |
| HighContrast | High-contrast grayscale is used to render states. |
| LowContrast | Low-contrast grayscale is used to render states. |
| LowestContrast | Lowest-contrast grayscale is used to render states. |
| MidContrast | Medium-contrast grayscale is used to render states. |
| Normal | Dark themes use MidContrast and light themes use Accent. |