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
/
nested-canvas-empty.xaml
blob
655e166db7a651a82948c61d8c62b54b62cbc629
1
<Canvas x:Name="parentCanvas"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
Loaded="jsLoaded"
5
Width="640"
6
Height="200"
7
Background="Gray" >
8
<Canvas x:Name="greenCanvas"
9
Background="Green"
10
Width="100"
11
Height="100"
12
Canvas.Left="50"
13
Canvas.Top="50"/>
14
<Canvas x:Name="redCanvas"
15
Background="Red"
16
Width="100"
17
Height="100"
18
Canvas.Left="75"
19
Canvas.Top="75"/>
20
</Canvas>