Wpf - Rotar una Imagen

<Grid>
   <Border HorizontalAlignment="Center" VerticalAlignment="Center"
           BorderThickness="10" BorderBrush="Brown" 
           CornerRadius="10">
     <Border.LayoutTransform>
           <RotateTransform Angle="15" />
     </Border.LayoutTransform>
     <Image  Width="200" Height="150" 
             Source="CiudadVacaciones.JPG" 
             Stretch="Fill" />
   </Border>
</Grid>
Imagen 01

↑↑↑

A.2.Enlaces

[Para saber mas]
[Grupo de documentos]
[Documento Index]
[Documento Start]
[Imprimir el Documento]