src/FingersDance.Control.UserPanel/SurfaceUserPanelTest.xaml
author cavaliet
Thu, 17 Sep 2009 17:25:05 +0200
changeset 75 99d003723474
parent 39 0efa1d506f28
permissions -rw-r--r--
data binding second step. we can add annotation by clicking on menu buttons or timeline.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
     1
<s:SurfaceWindow
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
35
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
     5
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
     6
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
     7
    mc:Ignorable="d" 
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
     8
    
34
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
     9
    x:Class="FingersDance.Control.UserPanel.SurfaceWindow1"
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    10
    Title="FingersDance.Control.UserPanel"
35
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
    11
     xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel"
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
    12
    xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource"
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
    13
    
34
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    14
    >
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    15
  <s:SurfaceWindow.Resources>
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    16
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    17
  </s:SurfaceWindow.Resources>
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    18
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    19
  <Grid Background="{StaticResource WindowBackground}" >
39
0efa1d506f28 Correct compilation + lib
ymh
parents: 35
diff changeset
    20
  	<!--FingersDance_Control_UserPanel:UserControlUserPanel/-->
35
ed77793b767a Control Pivot,
sarias
parents: 34
diff changeset
    21
        <!--<FingersDance_Control_SyncSource:UserControlSyncSource/>-->
34
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    22
    </Grid>
9e222810f5b5 User Control Player
sarias
parents:
diff changeset
    23
</s:SurfaceWindow>