0

I'd like to make some fancy live tiles. But I am not quite happy with the default options for it. Is there a way in C#/XAML or any site, that shows how to put an own design for a live tile?

IMX
  • 3,602
  • 4
  • 16
  • 11
  • what are you looking to change? Please also refer to [here](http://stackoverflow.com/questions/11962949/how-to-use-a-hubtile-for-the-application-tile/11964068#11964068) and [here](http://stackoverflow.com/questions/11963139/how-to-correctly-pin-a-hubtile-to-the-start-screen/11964062#11964062) – Shawn Kendrot Sep 20 '12 at 19:36
  • Primarily the font sizes. Is there any way to change these? – IMX Sep 20 '12 at 19:43

1 Answers1

2

the default font size of the Tile cannot be changed. You can only change the text. What you can do is create an image that has text on it and set that to the BackgroundImage or the BackBackgroundImage. You can create an image by using the WriteableBitmap or WriteableBitmapEx.

Shawn Kendrot
  • 12,425
  • 1
  • 25
  • 41