阅读背景:

为什么窗口背景的样式设置不起作用?

来源:互联网 

Here is the App.xaml:

这是App.xaml:

<Application>
<Application.Resources>
    <ResourceDictionary>
        <Style TargetType="Window">
            <Setter Property="SnapsToDevicePixels" Value="True"/>
            <Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"/>
        </Style>
    </ResourceDictionary>
</Application.Resources>
</Application>
<Applicat



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: