<dxe:ImageEdit Source="/Gemr;component/Images/FakeUI/MedicalRecordFake.jpg" 
                       Stretch="Fill"
            ></dxe:ImageEdit>

 

绝对路径:

img.Source=new BitmapImage(new Uri(@"d:\photo\backgrpunds\arch.jpb"));

 

相对路径:

img.Source=new BitmapImage(new Uri("images/winter.jpg", UriKind.Relative));

相关文章:

  • 2022-12-23
  • 2021-07-20
  • 2021-06-16
  • 2021-07-20
  • 2021-12-31
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2021-05-25
  • 2021-07-05
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案