test/Control.Player.Test/SurfacePlayerTest.xaml
author cavaliet
Fri, 16 Oct 2009 15:56:09 +0200
changeset 160 e940ca798fe3
parent 39 0efa1d506f28
permissions -rw-r--r--
Enhance color factory and send the current project (data) to the timeline instance in order to build the project's cutting's annotation list.

<s:SurfaceWindow
    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"
    x:Class="Control.Player.Test.SurfaceWindow1"
    Title="Control.Player.Test"
    x:Name="SurfacePlayerTest" 
    xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player" 
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
    >
  <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_Player:UserControlPlayer Width="355" HorizontalAlignment="Left" Margin="8,26.5,0,242.5"/-->
  	<FingersDance_Control_Player:UserControlPlayer Width="355" Height="228" Margin="0,240.5,8,28.5" d:LayoutOverrides="Width, GridBox" HorizontalAlignment="Right"/>
  </Grid>
</s:SurfaceWindow>