How can I rotate an image horizontally in WP7? It should seem like if we rotating a coin on a table. I am able to rotate in an angle but not able to do it horizontally.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
PlaneProjection(See description here)Set CenterOfRotationX at 0.5 and (See a good description here) and use a Storyboard to animate the RotationY property of the PlaneProjection instance (enter link description here)
If you have Expression Blend installed, I highly suggest you use that to create your Storyboard – it makes life much easier.