kokosy
kokosy

Reputation: 65

windows phone 8.1 transparent tile

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

Answers (1)

Drew
Drew

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

Related Questions