2
|
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.Menu.SurfaceWindow1"
|
|
6 |
Title="FingersDance.Control.Menu"
|
|
7 |
x:Name="SurfaceMenuTest" xmlns:FingersDance_Control_Menu="clr-namespace:FingersDance.Control.Menu"
|
|
8 |
>
|
|
9 |
<s:SurfaceWindow.Resources>
|
|
10 |
<ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
|
|
11 |
</s:SurfaceWindow.Resources>
|
|
12 |
|
|
13 |
<Grid Background="{StaticResource WindowBackground}" >
|
|
14 |
|
|
15 |
<FingersDance_Control_Menu:UserControlMenu HorizontalAlignment="Left" Width="173"/>
|
|
16 |
<FingersDance_Control_Menu:UserControlMenu Width="245" HorizontalAlignment="Right"/>
|
|
17 |
|
|
18 |
</Grid>
|
|
19 |
</s:SurfaceWindow>
|