How to rotate the images wpf
I want to create a smooth moving of images. i have gone the following link but i dont开发者_运维百科 know how to implement. WPF/C#: Images rotating from a listview?
Geetha
Please take a look at RotateTransform in combination with animations.
Here is a nice article how to implement it ;)
http://www.galasoft.ch/mydotnet/articles/article-2006102701.aspx
精彩评论