Apply style for buttons in all Windows in WPF
If you want to do it in a clean way, you can create a ResourceDictionary.xaml, that has the same funcion that CSS in Web design. First, go to your project and add a ResourceDictionary. Inside it you can add styles for all the desired elements you want, for example, change color background of a Button … Read more