如何旋转没有故事板的图像?

时间:2013-04-09 10:36:32

标签: rotation windows-phone-8

我想要不使用故事板旋转对象..在故事板中有来自属性很容易。但我想第一次点击旋转那个时候旋转90度同时点击旋转180度,依此类推到360 ......我只想你每次点击旋转那个时候旋转90度... 。
我每次点击旋转按钮都会看到这种类型的屏幕......
enter image description here enter image description here enter image description here enter image description here enter image description here

请帮帮我....

先谢谢.....

1 个答案:

答案 0 :(得分:1)

使用RotateTransform:http://msdn.microsoft.com/en-us/library/system.windows.media.rotatetransform%28v=vs.95%29.aspx

在您的代码中,您可以像这样使用它:

((RotateTransform)YourImageObjectName.RenderTransform).Angle = x;