1

Is it possible to center-align the BackContent of a tile?

For example:
54"
2-2

I want the above two lines aligned centered on the back side of a tile. Is this possible?

Sample: http://www.silverlightshow.net/Storage/Users/AndreaBoschin/__Capture.png

Heinrich Ulbricht
  • 10,064
  • 4
  • 54
  • 85
saikamesh
  • 4,569
  • 11
  • 53
  • 93

2 Answers2

2

You have to draw the text manually onto your BackBackgroundImage as you cannot adjust the placement of the BackContent.

It is not possible to update your Tile with animations or sound. The placement of the Tile properties is not customizable.

MSDN Source

Edit: Have a look at this question, there is example code showing how to do it.

Community
  • 1
  • 1
Heinrich Ulbricht
  • 10,064
  • 4
  • 54
  • 85
1

Draw a image, where it's aligned, and use that as a back property. I've written a guide about it.

(For the front tile, but the backtile is no different).

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150