test/TestMenu/TestMenu/SurfaceWindow1.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 19 Nov 2009 09:29:15 +0100
changeset 210 574041f3b2c9
parent 53 09d0bc6970b5
permissions -rw-r--r--
Indentations

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