我使用ModernUI WPF应用程序模板创建了一个新的WPF应用程序,因为我想看看如何设置ModernButton的内容和外观。我做的第一件事就是尝试使用我们已经确定的颜色(一种紫色)。它完全被忽略了。好吧,为什么被忽略了?这是XAML:
<mui:ModernButton Margin="0,50"
Content="This is the button"
Background="#FF68217A"
HorizontalAlignment="Center"
Foreground="Black" />