Reputation: 51
I created a live tile, but I don't know how to change the background color. This is Windows 8 and C#.
Upvotes: 1
Views: 2006
Reputation: 1173
The Background color of the Tile is defined in manifest configuration of your app.
You can change the color of your tile in Package.appxmanifest "Tile>Background Color"
Upvotes: 2