2 xmlns="http://schemas.microsoft.com/client/2007"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 Width="400" Height="400">
5 <Rectangle Width="63" Height="76" Canvas.Top="10" Canvas.Left="10">
7 <ImageBrush ImageSource="mono.png" >
8 <ImageBrush.RelativeTransform>
9 <RotateTransform x:Name="Rotation" CenterX="0.5" CenterY="0.5" Angle="0" />
10 </ImageBrush.RelativeTransform>
15 <EventTrigger RoutedEvent="Rectangle.Loaded">
18 <DoubleAnimation Storyboard.TargetName="Rotation" Storyboard.TargetProperty="Angle" From="0" To="360" Duration="00:00:30" />