Reputation: 65
Can WP8.1 have the ability to create transparent live tile through code? In WP8, I create the background image of live tile through the WriteableBitmap. But the background of tile only have the theme color in WP8.1 similar to WP8
Upvotes: 2
Views: 1423
Reputation: 1014
You need to make sure that the file you're writing supports transparency (eg png) and that the source is transparent. I know there's a tutorial using writableBitmap and a user control. If you're doing something like that, make sure that the user control background is set to transparent.
Upvotes: 2