Use wpf image control to show an image from filesystem -


i want show image file using wpf image control. image file resides in application directory.

<image stretch="fill" source="dashboard.jpg" /> 

the file dashboard.jpg should replaceable during or after deployment. how have add image project , buildaction have use have image read file system rather source cannot change after deployment. source uri have use?

just have @ link

setting wpf image source in code or

dynamic loading of images in wpf


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -