saikamesh
saikamesh

Reputation: 4629

WP7.5 Mango Tile BackContent alignment

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

Upvotes: 1

Views: 292

Answers (2)

Heinrich Ulbricht
Heinrich Ulbricht

Reputation: 10372

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.

Upvotes: 2

Claus Jørgensen
Claus Jørgensen

Reputation: 26338

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).

Upvotes: 1

Related Questions