Setting WindowButtonCommands styles in Mahapps.Metro
I want to change the style of the Min, Max and Close buttons for my WPF application. I'm using Mahapps.Metro and I have successfully managed to achieve the result I want, but only with the obsolete WindowMinButtonStyle , WindowMaxButtonStyle and WindowCloseButtonStyle properties in the MetroWindow class. The obsolete message on for example the WindowMinButtonStyle property reads: This property will be deleted in the next release. You should use LightMinButtonStyle or DarkMinButtonStyle in WindowButtonCommands to override the style. The problem is that I can't figure out how specifically to do