﻿<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Grid Background="Silver">
    <Ellipse
      Width="3in"
      Height="2in"
      Fill="Yellow"
      Stroke="Red"
      StrokeDashArray="2,1"
      StrokeThickness="7"/>
  </Grid>
</Page>
