I’m making a simple WP7 game and I have a little problem with orientation changing. My gameboard looks like this:

And I need to rotate only the numbers when orientation changed. Is there any easy way to do it? The numbers are TextBlocks and lines are rectangles. Gameboard is Canvas (but I can use Grid as well).
Or i could exclude the canvas from automatic rotating and only redraw the numbers. But I don’t know how to do it either.
Using
PlaneProjectionshould be fine:Obviously this would apply the projection immediately, so you would need to create it in code (or try using
0for theZvalue and then changing that in code (possibility of this is a long shot)) based on the data provided (and within) theOrienationChangedevent handler, such as: