views:

17

answers:

1

Hi All,

I want to create a smooth moving of images. i have gone the following link but i dont know how to implement. http://stackoverflow.com/questions/2772520/wpf-c-images-rotating-from-a-listview

Geetha

+1  A: 

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

Arcturus