Change button style in Universal Windows Platform
问题 I've tried to make a simple C# UWP application and I don't know how to remove the gray background when my mouse is over the button. How I do that? (remember: it's an UWP for Windows 10 platform , not Windows Phone 8.1 or WPF) 回答1: Follow these steps: Rightclick in the Solution Explorer and add a new item of kind "ResourceDictionary" Copy the Default Style of the Button you can find it on this webpage, you need to scroll down a little bit: Msdn Then insert it in your ResourceDictionary.xaml