1

I created a live tile, but I don't know how to change the background color. This is Windows 8 and C#.

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
hunor
  • 51
  • 4
  • You have many questions with simple things. Why don't you start reading some info and doing some tutorials instead of just asking for solutions? I think that you we'll be a better coder if you do that before asking – Juanma Baiutti Dec 27 '11 at 13:43
  • possible duplicate of [Windows 8 Live Tile logo like stock in footer](http://stackoverflow.com/questions/8644095/windows-8-live-tile-logo-like-stock-in-footer) – Cody Gray - on strike Dec 27 '11 at 14:02
  • 1
    Have you checked out [the Windows 8 conference presentation on live tiles](http://channel9.msdn.com/events/BUILD/BUILD2011/APP-396T)? – Raymond Chen Dec 27 '11 at 15:02

1 Answers1

2

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"

Tanato
  • 895
  • 12
  • 23