2 xmlns="http://schemas.microsoft.com/client/2007"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="270" Height="70">
5 <Rectangle x:Name="rect" Canvas.Top="10" Canvas.Left="10" Width="50" Height="50" Fill="royalblue">
7 <EventTrigger RoutedEvent="Rectangle.Loaded" >
11 FillBehavior="HoldEnd">
13 Storyboard.TargetName="rect"
14 Storyboard.TargetProperty="(Canvas.Left)"