hunor
hunor

Reputation: 51

Live tile background changing windows 8

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

Answers (1)

Tanato
Tanato

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

Related Questions