* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-shape-line-stretch3.xaml
blobcaa2e504c759a7d40d7ac45e38a85bd47e154e3d
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007" Width="100" Height="100">
2         <Rectangle Width="100" Height="100" Canvas.Left="0" Canvas.Top="0" Fill="DarkBlue" />
3         <Line Stroke="Red" StrokeThickness="10" Width="100" Height="100" X1="0" Y1="0" X2="10" Y2="10" Stretch="Fill"/>
4 </Canvas>