ThemeIntent Enum
Specifies the intent of the theme.
public enum ThemeIntent
Fields
| Name | Description |
|---|---|
| Black | A very dark theme where near-black colors are used in most of the user interface. |
| Dark | A dark theme where gray colors are used in most of the user interface. |
| HighContrast | A theme that only utilizes system colors and is intended for when Windows' "high contrast" mode is active. |
| Light | A light theme where silver colors are used in most of the user interface. |
| White | A very light theme where near-white colors are used in most of the user interface. |