WPF C# Tutorial

    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Workspace" Width="640" Height="480">
     
        
                      Height="50" Width="50" Fill="Red" Stroke="Blue" StrokeThickness="2"
            Canvas.Left="100" Canvas.Top="100">
            
              
            

          
        
        Start
        Stop
        
          
            
              
                Storyboard.TargetProperty="X" 
          From="-50" To="50" Duration="0:0:2" />
                Storyboard.TargetProperty="Y" 
        From="-50" To="50" Duration="0:0:2" />