Adding custom styles to Mahapps.Metro existing ones
问题 I use MahApps.Metro. In the guide to setting it up, it tells you to include some code into the App.xaml . So I did. Now I wanted to be able to add my own styles to it. This for instance includes all windows to have a border by default. But that doesn't work. Borders are not applied. I know how to style stuff when not using MahApps.Metro, but with it, I can't get both working. What's wrong here? <Application x:Class="ProjectName.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml