xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Workspace" Width="640" Height="480">
Storyboard.TargetProperty="X"
From="-50" To="50" Duration="0:0:2" />
Storyboard.TargetProperty="Y"
From="-50" To="50" Duration="0:0:2" />