Hi,
Do you mean that you want to whirl 180 degrees?
If so, you can follow these codes
<Image HorizontalAlignment="Left" Height="193" Margin="684,272,0,0" VerticalAlignment="Top" Width="190" Source="1.png">
<Image.RenderTransform>
<CompositeTransform x:Name="ImageTransform"
CenterX="150"
CenterY="112"
/>
</Image.RenderTransform>
</Image>
In a button click event
ImageTransform->Rotation=180;
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
