Wpf - relative image source path

后端 未结 4 583
轮回少年
轮回少年 2020-12-01 16:27

I\'m having problems setting the source for images in my Wpf application. I have an Image where the source is bound to the SourceUri property of the DataContext object, like

4条回答
  •  一生所求
    2020-12-01 17:26

    Environment.CurrentDirectory will show you the folder the .exe is stored in (that is unless you manually set a .CurrentDirectory - but then we can assume you already know where it is).

提交回复
热议问题