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?
Comments
Post a Comment