repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git]
/
test
/
xaml
/
test-rectangle-fill-with-image-brush.xaml
blob
66319fe8ea2f96e1b70d00f0e33e1b29f9aad9d5
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>