35
|
1 |
<s:SurfaceWindow
|
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
4 |
xmlns:s="http://schemas.microsoft.com/surface/2008"
|
|
5 |
x:Class="FingersDance.Control.SyncSource.SurfaceWindow1"
|
|
6 |
Title="FingersDance.Control.SyncSource"
|
|
7 |
xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource"
|
|
8 |
>
|
|
9 |
<s:SurfaceWindow.Resources>
|
|
10 |
<ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/SurfaceWindow1Background.jpg"/>
|
|
11 |
</s:SurfaceWindow.Resources>
|
|
12 |
|
|
13 |
<Grid Background="{StaticResource WindowBackground}" >
|
|
14 |
|
|
15 |
<FingersDance_Control_SyncSource:UserControlSyncSource HorizontalAlignment="Left" VerticalAlignment="Top"/>
|
|
16 |
|
|
17 |
</Grid>
|
|
18 |
</s:SurfaceWindow>
|