Hi Kale,
See if the following code helps you:
Image image = new Image();
image.Source = new BitmapImage(new Uri(@"yourImageUrl"));
imageGrid.Children.Add(image);
Thanks.
Vicky Song [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
No comments:
Post a Comment