新手问一个动态生成的Button的背景图片有关问题
新手问一个动态生成的Button的背景图片问题
我在WPF的后台代码中生成了许多个按钮,本来我是用
ImageBrush im = new ImageBrush();
im.ImageSource = new BitmapImage(new Uri(@"../../Image/1.bmp", UriKind.RelativeOrAbsolute));
a.Background = im;
淡定的忧郁
12 years, 1 month ago