WPF ASP.Net

  xmlns="http://schemas.microsoft.com/client/2007"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Width="400" Height="300">
  
    
              X="0" Y="0" />
    

    
    
      
        
          
                          Storyboard.TargetName="MyAnimatedTranslateTransform"
              Storyboard.TargetProperty="X"
              Duration="0:0:10">
              
              
              
              
            
                          Storyboard.TargetName="MyRect"
              Storyboard.TargetProperty="(Width)"
              To="150"
              Duration="0:0:1" />