Tagged Questions
2
votes
4answers
7k views
WPF: Changing Resources (colors) from the App.xaml during runtime
I am trying to make my application more customizable by allowing users to pick a color from a Color Picker dialog, and then changing the style of the application in real time (with DynamicResource)
...