Images

Other topics

Assigning a BitmapImage to Image's Source

Image img = new Image();
BitmapImage bitmap = new BitmapImage(new Uri("ms-appx:///Path-to-image-in-solution-directory", UriKind.Absolute)); 
img.Source = bitmap;

Contributors

Topic Id: 6564

Example Ids: 22453

This site is not affiliated with any of the contributors.