﻿<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Grid Background="Silver">
    <Line
      Stroke="Red"
      StrokeDashArray="3,1"
      StrokeThickness="10"
      X1="10px"
      X2="3in"
      Y1="10px"
      Y2="3in"/>
  </Grid>
</Page>
