WPF VB.Net

  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="Scale Transforms" Height="330" Width="480">
  
          VerticalAlignment="Top" ShowGridLines="True">
      
        
        
      

      
                      Height="250">
                          Width="50" Height="70" Fill="LightCoral" Opacity="0.5"
              Stroke="Black" StrokeThickness="2">
              
                                  CenterX="25" CenterY="35" />
              

            
            
              
                
                                      AutoReverse="True">
                                          Storyboard.TargetName="rectScale"
                      Storyboard.TargetProperty="ScaleX" From="0" To="4"
                      Duration="0:0:5" />
                                          Storyboard.TargetName="rectScale"
                      Storyboard.TargetProperty="ScaleY" From="0" To="4"
                      Duration="0:0:5" />