test/TestGestureControl/TestGestureControl/SurfaceWindow1.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 19 Nov 2009 09:29:15 +0100
changeset 210 574041f3b2c9
parent 198 37c16056c45b
permissions -rw-r--r--
Indentations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
198
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     1
<s:SurfaceWindow
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     5
    x:Class="TestGestureControl.SurfaceWindow1"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     6
    Title="TestGestureControl"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     7
    xmlns:GestureControl="clr-namespace:GestureControl;assembly=GestureControl"
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     8
    >
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
     9
  <s:SurfaceWindow.Resources>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    10
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    11
  </s:SurfaceWindow.Resources>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    12
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    13
  <Grid Background="{StaticResource WindowBackground}" >
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    14
        <Rectangle Fill="#3F000000"/>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    15
  	<GestureControl:GestureControl Content="GestureControl" Margin="127,98,0,0" Width="193" Height="119" VerticalAlignment="Top" HorizontalAlignment="Left"/>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    16
    </Grid>
37c16056c45b Resize InkCanevas Gesture Control
ARIAS Santiago
parents:
diff changeset
    17
</s:SurfaceWindow>