PredefinedThemePalettes Class
Lists the predefined theme palettes.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v20.2.dll
NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core
Declaration
Remarks
You can use predefined palettes with the following themes:
Theme Family | Themes |
---|---|
Office 2019 | Black, Colorful, Dark Gray, White, HighContrast |
Office 2016 SE | Black, Colorful, Dark Gray, White |
Visual Studio 2019 | Blue, Dark, Light |
Visual Studio 2017 | Blue, Dark, Light |
Apply a Palette in Code
- Reference the Mono.cecil NuGet package in your project.
- Call the Theme.RegisterPredefinedPaletteThemes method to enable predefined palettes.
Set the ApplicationThemeHelper.ApplicationThemeName property to the predefined palette name and base theme name combination.
Tip
You can use the Theme.CachePaletteThemes property to cache the current palette theme assembly. The cache reduces load times in future application runs.