I have an image on a button which I would like to rotate when the user clicks it. I allmost have it to work. The image rotates fine on click, but it doesn\'t rotate round it
Just set RenderTransformOrigin to (0.5, 0.5) on the image
RenderTransformOrigin
<Image Source="Images/refresh.jpg" RenderTransformOrigin=".5,.5" Height="15"> ...