WPF VB.Net

  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="Scale In Custom System" Height="310" Width="260">
  
          Width="200" Margin="20">
      
        
          
            
            
          

        

                  StrokeThickness="2">
          
                          ScaleX="{Binding ElementName=slider,Path=Value}"
              ScaleY="{Binding ElementName=slider,Path=Value}" />
          

        
      
    
          TickPlacement="BottomRight" TickFrequency="0.2"
      IsSnapToTickEnabled="True" />