BitmapImage bt = new BitmapImage(new Uri(this.BaseUri, "/Images/SinaDefault.png"));

ImageBrush im = new ImageBrush();
im.ImageSource = bt;
image.Background = im;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-12-04
  • 2021-06-17
  • 2021-08-03
  • 2021-09-24
相关资源
相似解决方案