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="M20,120 C20,150 20,450 300,200
                          s-150,-250 200,100"
          Fill="Blue" Stroke="#880088"
          StrokeThickness="4"
          StrokeDashArray="2 2 2 2"/>
    
              Data="M20,20 C20,150 120,450 300,200
                          s-150,-250 200,100"
          Fill="White" Stroke="#880088"
          StrokeThickness="4"
          StrokeDashArray="8 4 8 4"/>
    
              Data="M20,20 C20,50 120,450 300,200
                          s-150,-250 200,100"
          Fill="Blue" Stroke="#880088"
          StrokeThickness="4"
          StrokeDashArray="2 2 2 2"/>