SystemTheme enum¶
Defined in
Namespace: CrissCross.Avalonia.UI.Appearance
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Appearance.SystemTheme
Modifiers: public sealed
Summary¶
Windows 11 themes.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Values¶
| Name | Value | Description |
|---|---|---|
Unknown | 0 | Unknown Windows theme. |
Custom | 1 | Custom Windows theme. |
Light | 2 | Default light theme. |
Dark | 3 | Default dark theme. |
HCWhite | 4 | High-contrast theme: Desert. |
HCBlack | 5 | High-contrast theme: Aquatic. |
HC1 | 6 | High-contrast theme: Dusk. |
HC2 | 7 | High-contrast theme: Nightsky. |
Glow | 8 | Dark theme: Glow. |
CapturedMotion | 9 | Dark theme: Captured Motion. |
Sunrise | 10 | Light theme: Sunrise. |
Flow | 11 | Light theme: Flow. |