1
I want to change the image by Behind code, but the way is wrong.
How do I find my way?
BitmapImage image = new BitmapImage(new Uri("/Images;Assets/Images/ativo.png", UriKind.Relative));
img.Source = image;
Obs:
the image ta on the way: Assets/Images/
.