test/Control.SyncSource.Test/Control.SyncSource.Test/SurfaceWindow1.xaml
author ymh
Thu, 24 Sep 2009 10:27:13 +0200
branchsyncsource
changeset 98 d20bbc845cb0
parent 40 d30b625ecb8b
permissions -rw-r--r--
make progress on syncsource

<s:SurfaceWindow x:Class="Control.SyncSource.Test.SurfaceWindow1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:s="http://schemas.microsoft.com/surface/2008"
    xmlns:FingersDance_Control_SyncSource="clr-namespace:FingersDance.Control.SyncSource;assembly=FingersDance.Control.SyncSource" 
    Title="Control.SyncSource.Test"
    >
  <s:SurfaceWindow.Resources>
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
  </s:SurfaceWindow.Resources>

  <Grid Background="{StaticResource WindowBackground}" >
  	<FingersDance_Control_SyncSource:UserControlSyncSource Margin="116,47,124,68"/>

  </Grid>
</s:SurfaceWindow>