<s:SurfaceWindow
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="http://schemas.microsoft.com/surface/2008"
xmlns:FingersDance_Debug="clr-namespace:FingersDance.Debug;assembly=FingersDance.Debug" x:Class="TestMenu.SurfaceWindow1"
Title="TestMenu"
xmlns:FingersDance_Control_Menu="clr-namespace:FingersDance.Control.Menu;assembly=FingersDance.Control.Menu"
>
<s:SurfaceWindow.Resources>
<ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
</s:SurfaceWindow.Resources>
<Grid Background="{StaticResource WindowBackground}" >
<s:SurfaceMenu x:Name="MyMenu" Cursor="None" Height="52" VerticalAlignment="Bottom" Margin="77,0,88,179"/>
<FingersDance_Debug:UserControlDebug x:Name="debug" HorizontalAlignment="Right" Margin="0,21,60,0" VerticalAlignment="Top" Width="136" Height="133"/>
<FingersDance_Control_Menu:UserControlMenu HorizontalAlignment="Left" VerticalAlignment="Top"/>
</Grid>
</s:SurfaceWindow>