this.Background =
new ImageBrush(new BitmapImage(
new Uri(@"pack://application:,,,/Stream;component/images/empty.png")));
不工作!我收到一个 IOException,上面写着找不到资源,我的项目名称是流,甚至是我的程序集名称和默认名称空间...请帮助...
或者如果有像将位图图像转换为 ImageSource 之类的替代方法,请告诉我..