This example illustrates how to implement a custom Color Scheme and use it in your application. In the current implementation, the application supports two themes (Generic and Custom), which can be changed by using the corresponding ComboBox.
The Custom theme is defined as a separate ResourceDictionary with the corresponding value in the x:Key property. This ResourceDictionary is declared within a separate file and then used in the Source property of the GlobalColorSchemeOverrider class.
All colors available for overriding are listed in separate files within the installation folder with our controls: <DevExpress Installation Folder>\Components\System\UAP\ColorThemes
↧
How to define a custom Color Scheme for Windows 10 XAML controls
↧