Good day. I would like to know how to create color schemes for the application. Maybe some kind of separate config or via * .setting in Properties.
To change the font color throughout the application. Window color, frames and so on
I would do this:
ResourceDictionary set in the application, one for each set in which I would define the desired colors.DynamicResource .ResourceDictionary and connect it as a MergedDictionary to Application.Resources .Properties.Settings , and at the beginning of the program to load it through the manager.Source: https://ru.stackoverflow.com/questions/605448/
All Articles