My WPF project uses a lot of image buttons, but since I haven\'t found a way to do it properly (I have to write the same triggers and style each time, only difference is the
You can use the BasedOn Attribute like this:
This will make a Button Style with the same attributes as your ButtonStyle, but with a DeepSkyBlue Background.