Shapes Silverlight

    xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' 
    xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'
    xmlns:d='http://schemas.microsoft.com/expression/blend/2008' 
    xmlns:mc='http://schemas.openxmlformats.org/markup-compatibility/2006' 
    mc:Ignorable='d' 
    d:DesignWidth='640' 
    d:DesignHeight='480'>
    
              Data="M50,150    C120,100 120,250 400,250
                M100,1150 C80,-80 80,150 300,100"
          Fill="Blue" Stroke="#880000"
          StrokeThickness="8"
          StrokeDashArray="8 1 8 4"/>
    
              Data="M510,150    C20,100 120,250 400,200
                M100,150 C80,-80 80,150 300,150"
          Fill="#444444" Stroke="#000044"
          StrokeThickness="4"/>
    
              Data="M50,150    C20,100 120,250 400,300
                M100,150 C180,-180 180,150 300,350"
          Fill="#880088" Stroke="Red"
          StrokeThickness="8"
          StrokeDashArray="8 1 8 4"/>