I want to change the image by the code behind, but the path is wrong.
How do I find the path?
BitmapImage image = new BitmapImage(new Uri("/Images;Assets/Images/ativo.png", UriKind.Relative));
img.Source = image;
Note:
The image is in the path: Assets/Images/
.