uwp
Afbeeldingen
Zoeken…
Een bitmapafbeelding toewijzen aan de bron van de afbeelding
Image img = new Image();
BitmapImage bitmap = new BitmapImage(new Uri("ms-appx:///Path-to-image-in-solution-directory", UriKind.Absolute));
img.Source = bitmap;
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow