我使用 c# 创建了一个 Metrostyle 应用程序,当我开始时我选择了网格选项,但我需要将应用程序的背景更改为图像或其他颜色。
我跟着微软教程链接
我输入了 common/standarStyle 下一个代码但不起作用,我知道这很简单但对我不起作用。
<Grid Background="{StaticResource WindowsBlogBackgroundBrush}">
// Add this brush to the resource dictionary in App.xaml.
<SolidColorBrush x:Key="WindowsBlogBackgroundBrush" Color="#FF0A2562"/>