BitmapImage bt = new BitmapImage(new Uri(this.BaseUri, "/Images/SinaDefault.png")); ImageBrush im = new ImageBrush(); im.ImageSource = bt; image.Background = im;
相关文章:
BitmapImage bt = new BitmapImage(new Uri(this.BaseUri, "/Images/SinaDefault.png")); ImageBrush im = new ImageBrush(); im.ImageSource = bt; image.Background = im;
相关文章: