src/FingersDance.Control.TimeLine/SurfaceWindow1.xaml
changeset 10 e8bfe1102e03
parent 9 215a7412e544
child 11 99970914728c
equal deleted inserted replaced
9:215a7412e544 10:e8bfe1102e03
     1 <s:SurfaceWindow x:Class="FingersDance.Control.TimeLine.SurfaceWindow1"
       
     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     Title="FingersDance.Control.TimeLine"
       
     6     >
       
     7   <s:SurfaceWindow.Resources>
       
     8     <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
       
     9   </s:SurfaceWindow.Resources>
       
    10 
       
    11   <Grid Background="{StaticResource WindowBackground}" >
       
    12 
       
    13   </Grid>
       
    14 </s:SurfaceWindow>