In WP7, is it possible to display a bitmap on the fly and use it as a Tile background?

I know that in Mango we can update the Tile background locally. But "StandardTileData.BackgroundImage" is of type Uri, does this mean that I need to use the image added to the project resource? Or can I display a bitmap on the fly and use it as a Tile background?

thank

+3
source share
1 answer

I did not check, but I would suggest that you can create the image on the fly, save it in isolated storage, and then set the tile image source as a relative URI that points to IsolStorage.

+1
source

All Articles