* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-fillrule.xaml
blobc43ce0f32fb349dbac171451dc87ec38c28cd24d
1 <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2         <Path Fill="#FF0000" Stroke="Green" StrokeThickness="2">
3                 <Path.Data>
4                         <LineGeometry FillRule="EvenOdd" StartPoint="10,60" EndPoint="110,60" />
5                 </Path.Data>
6         </Path>
7 </Canvas>