WPF中用后台C#代码为TabItem设置Background属性

1 TabItem tabItem = sender as TabItem;
2             tabItem.Background = new ImageBrush(new BitmapImage(new Uri(@"../../Interface/sidebar/main/m-scan-h.png", UriKind.Relative)));//特别注意这里使用的相对路径的方式
View Code

 

posted @ 2015-11-12 22:55  一菲聪天  阅读(1205)  评论(0编辑  收藏  举报