在C#中更改App.xaml样式

时间:2013-07-08 11:33:51

标签: wpf background styles

我在Style

中制作了App.xaml
<!-- TextboxErrorStyle-->
<Style x:Key="TextboxErrorStyle" TargetType="TextBox" >
    <Setter Property="Margin" Value="7" />
    <Setter Property="Background" Value="#FFFFCBCB" />
</Style>

但现在,当我的Window加载时,我想在代码中更改Background属性,这可能吗?

感谢。

0 个答案:

没有答案