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" />