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.Player.SurfaceWindow1"
|
|
6 |
Title="FingersDance.Control.Player"
|
|
7 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
|
|
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 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
</Grid>
|
|
21 |
</s:SurfaceWindow>
|