* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / test / xaml / test-rectangle-fill-with-image-brush.xaml
blob66319fe8ea2f96e1b70d00f0e33e1b29f9aad9d5
1 <?xml version="1.0"?>
2 <Canvas Width="300" Heieht="300" xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="rootCanvas" >
3 <Rectangle.Fill>
4 <ImageBrush ImageSource="mono.png" Stretch="Fill"/>
5 </Rectangle.Fill>
6 </Canvas>