I want let the user choose what style my application has.Small example would be 2 buttons, if user presses button 1 then the background color turns red, if the user presses button 2 then the backgroundcolor turns green.
How do i do that? do i use multiple resource dictionaries? and apply them when the button is pressed? Whats the most common way of doing that?
As a very simple example:
EDIT: Actually heres an example that fits with your suggested example perfectly. myButtonOne makes the main window have a red background and myButtonTwo sets the window to have a green background.