WPF VB.Net Tutorial

  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  Title="Bezier Curve" Height="300" Width="300">
  
          HorizontalAlignment="Left">
      
        
          
            
              
                                  Point1="150,50" Point2="60,160" Point3="250,230" />
              
            

          

        
        
          
            
                              StartPoint="20,20" EndPoint="150,50" />
                              Center="150,50" RadiusX="5" RadiusY="5" />
                              StartPoint="60,160" EndPoint="250,230" />
                              Center="60,160" RadiusX="5" RadiusY="5" />
            

          

        
        
        
          
            
                              AutoReverse="True">
                                  Storyboard.TargetName="bezierSegment"
                  Storyboard.TargetProperty="Point1" From="50 20" To="250 20"
                  Duration="0:0:5" />
                                  Storyboard.TargetName="line1"
                  Storyboard.TargetProperty="EndPoint" From="50 20" To="250 20"
                  Duration="0:0:5" />