How to create the following xaml in code:
<Canvas>
<Path Width="38" Height="9"
Canvas.Left="-15" Canvas.Top="-1"
Stretch="Fill" Fill="#FFF2F2F2"
Data="F1 M 0.684,18.073 L12.790,5.968 L12.790,14.385 L54.794,14.385 L54.794,21.761 L12.790,21.761 L12.790,30.178 Z "/>
</Canvas>