in my app all my images are saved in the IsolatedStorage space. Can I create some secondary tiles with Uri's that link to my app's Isolated storage? Is there anyway to do this? I wasn't able to find something.
Thanx
Well your images have to be saved under Shared/ShellContent. Read documentation here.
So for example you path to image Tile would be something like this:
tileData.BackgroundImage = new Uri("isostore:/Shared/ShellContent/background.png", UriKind.Absolute)
You have to add "isostore" prefix to load images from isolated store.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With