In Xamarin Forms, I want to rotate an image as 360 degree. This image rotates with animation constantly at run time. Also, this image has 6 versions of different views. Think about like rotating a glass by hand.
I try this one but it is useless:
<Image Source="glass.png" RotateToY="30"/>


