2009-10-20 Chris Toshok <toshok@ximian.com>
[moon.git] / examples / standalone-sample / MyCanvas.xaml
bloba0e7cfe5f0cc84b4c59586d88843f8e69c3c0289
1 <Canvas
2         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4         x:Class="StandaloneSample.MyCanvas"
5         Width="400" Height="400">
7         <Rectangle Width="360" Height="360" Canvas.Left="20" Canvas.Top="20" Fill="Red" />
8 </Canvas>