Rotating images in Silverlight

You need to rotate a couple of images using an angle?

Try this code:

 image1.RenderTransform = new RotateTransform();

((RotateTransform)image1.RenderTransform).Angle =angle;

 



 

 

Next Recommended Reading Rounded Rectangle in Silverlight

ARAF GLOBAL
Araf Global is a software consultancy company founded in 2016 focusing on cutting edge technologies.