Published
- 1 min read
change image source wpf
The solution for this is noted below
change image source wpf
Solution
ImageViewer1.Source = new BitmapImage(new Uri(@"\myserver\folder1\Customer Data\sample.png"));
Try other methods by searching on the site. That is if this doesn’t work