WPF VB.Net Tutorial

  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="Animating Translation" Height="300" Width="300">
  
    
      
      
      
        
          
        

      
      
        
          
            
              
                                  Storyboard.TargetProperty="RenderTransform.X" From="0" To="70"
                  Duration="0:0:1" RepeatBehavior="1x" />
              

            
          

        
        
          
            
              
                                  Storyboard.TargetProperty="RenderTransform.X"
                  Duration="0:0:0.5" />