WPF中在后台实现控件样式

加入现在有一个Button的样式如下:

<Style TargetType="{x:Type Button}" x:Key="MyButton">
......................
</Style>

那么我们如何在后台动态给Button添加这个MyButton的样式呢

在后台加上:

control.style=Resources["MyButton"] as style;

上一篇:三网手机号实名认证查询


下一篇:Ubuntu18.04下的 Android Studio 3.1.2