wpf修改控件图片和颜色

image.Source = new BitmapImage(new Uri("pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericCheckMark16.png"));
border.Background = new SolidColorBrush(Color.FromRgb(228, 240, 228));

猜你喜欢

转载自blog.csdn.net/qq_39397927/article/details/135130978
今日推荐