WPF VB.Net

  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="Combining Transforms" Height="330" Width="300">
  
    
              TextWrapping="Wrap" FontSize="14" FontWeight="Bold"
        Text="Animation of Combining Transform" />
              HorizontalAlignment="Left">
        
                      Width="10" Height="10" Fill="Red" />
                      Width="100" Height="100" Fill="LightCoral" Opacity="0.5"
            Stroke="Black" StrokeThickness="2">
            
              
                                  CenterX="50" CenterY="50" />
                                  CenterX="50" CenterY="50" />
              

            

          
          
            
              
                                  AutoReverse="True">
                                      Storyboard.TargetName="scale"
                    Storyboard.TargetProperty="ScaleX" From="0" To="3"
                    Duration="0:0:5" />
                                      Storyboard.TargetName="scale"
                    Storyboard.TargetProperty="ScaleY" From="0" To="3"
                    Duration="0:0:5" />
                                      Storyboard.TargetName="rotate"
                    Storyboard.TargetProperty="Angle" From="0" To="360"
                    Duration="0:0:5" />