如何在WP7中水平旋转图像?看起来好像我们在桌子上旋转一枚硬币。我能够以一个角度旋转,但不能水平旋转。
答案 0 :(得分:2)
使用PlaneProjection
(See description here)
将CenterOfRotationX设置为0.5和(See a good description here)并使用Storyboard为PlaneProjection实例的RotationY属性设置动画(enter link description here)
如果您安装了Expression Blend,我强烈建议您使用它来创建故事板 - 它可以让生活更轻松。