WPF C# Tutorial

      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      WindowTitle="Ellipse with Styled Lines">
                 Fill="Blue"
             Stroke="Red"
             StrokeDashArray="{Binding Source={x:Static DashStyles.Dot}, 
                                       Path=Dashes,
                                       Mode=OneTime}"
             StrokeThickness="36pt"
             StrokeDashCap="Round">