src/FingersDance.Actions/SurfaceActionsTest.xaml
author sarias
Mon, 03 Aug 2009 22:27:27 +0200
changeset 9 215a7412e544
permissions -rw-r--r--
Projet Actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     1
<s:SurfaceWindow x:Class="FingersDance.Actions.SurfaceWindow1"
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     5
    Title="FingersDance.Actions"
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     6
    >
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     7
  <s:SurfaceWindow.Resources>
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     8
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
215a7412e544 Projet Actions
sarias
parents:
diff changeset
     9
  </s:SurfaceWindow.Resources>
215a7412e544 Projet Actions
sarias
parents:
diff changeset
    10
215a7412e544 Projet Actions
sarias
parents:
diff changeset
    11
  <Grid Background="{StaticResource WindowBackground}" >
215a7412e544 Projet Actions
sarias
parents:
diff changeset
    12
215a7412e544 Projet Actions
sarias
parents:
diff changeset
    13
  </Grid>
215a7412e544 Projet Actions
sarias
parents:
diff changeset
    14
</s:SurfaceWindow>