* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-shape-polyline-stretch2.xaml
blob4bb72393f11c65d128823f56da3932a4069f4ced
1 <Canvas xmlns="http://schemas.microsoft.com/client/2007">
2 <!-- default == None -->
3         <Polyline Stroke="Red" Fill="Green" StrokeThickness="5" Points="0,0
4 10,10, 50,10, 50,50 25,25"/>
5         <Polyline Stroke="Blue" Width="75" Height="25" Canvas.Left="100" Fill="Green" StrokeThickness="5" Points="0,0
6 10,10, 50,10, 50,50 25,25"/>
7         <Polyline Stroke="Orange" Width="75" Height="25"
8 Canvas.Top="50" Fill="Green" StrokeThickness="5" Points="0,0
9 10,10, 50,10, 50,50 25,25" Stretch="Fill"/>
10         <Polyline Stroke="Purple" Width="75" Height="25" Canvas.Left="100"
11 Canvas.Top="50" Fill="Green" StrokeThickness="5" Points="0,0
12 10,10, 50,10, 50,50 25,25" Stretch="Uniform"/>
13         <Polyline Stroke="Yellow" Width="75" Height="25"
14 Canvas.Top="100" Fill="Green" StrokeThickness="5" Points="0,0
15 10,10, 50,10, 50,50 25,25" Stretch="UniformToFill"/>
16         <Polyline Stroke="Brown" Width="75" Height="25" Canvas.Left="100"
17 Canvas.Top="100" Fill="Green" StrokeThickness="5" StrokeDashArray="2" Points="0,0
18 10,10, 50,10, 50,50 25,25" Stretch="Fill"/>
19 </Canvas>