WPF C# Tutorial

        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    
                              Figures="M 0 0 C 300 0, 400 400, 700 200
                               S 0 300 600 576 S 400 700 100 200" />
    

    
    
    
        
            
                
                                            Storyboard.TargetName="xform"
                        Storyboard.TargetProperty="Matrix"
                        Duration="0:0:10" 
                        PathGeometry="{StaticResource path}"
                        DoesRotateWithTangent="True" />