Question

I know that in Mango, we can update the Tile's background locally. But "StandardTileData.BackgroundImage" is of the type Uri, does this mean I have to use an Image that was added to the project's resource? Or can I render a bitmap on-the-fly and use it as the Tile background?

Thanks

Was it helpful?

Solution

I haven't checked but I would assume that you can create an image in "on-the-fly", save it to Isolated Storage and then set the source of the tile image to be a relative URI which points into IsolatedStorage.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top