wpf的资源(动态与静态资源的区别;使用字典资源)
2021-03-01 12:25
阅读:832
ImageSource="happyface.jpg" Opacity="0.3">
private void cmdChange_Click(object sender, RoutedEventArgs e) { this.Resources["TileBrush"] = new SolidColorBrush(Colors.LightBlue); }
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:wpf的资源(动态与静态资源的区别;使用字典资源)
文章链接:http://soscw.com/index.php/essay/58547.html
文章标题:wpf的资源(动态与静态资源的区别;使用字典资源)
文章链接:http://soscw.com/index.php/essay/58547.html
评论
亲,登录后才可以留言!