test/Control.Player.Test/SurfacePlayerTest.xaml
author sarias
Thu, 06 Aug 2009 23:54:56 +0200
changeset 32 8f2692c743ff
child 39 0efa1d506f28
permissions -rw-r--r--
Control.Player.Test Project
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     1
<s:SurfaceWindow
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     5
    x:Class="Control.Player.Test.SurfaceWindow1"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     6
    Title="Control.Player.Test"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     7
    x:Name="SurfacePlayerTest" xmlns:FingersDance_Control_Player="clr-namespace:Control.Player.Test" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     8
    >
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     9
  <s:SurfaceWindow.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    10
    <ImageBrush x:Key="WindowBackground" Stretch="None" Opacity="0.6" ImageSource="pack://application:,,,/Resources/WindowBackground.jpg"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    11
  </s:SurfaceWindow.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    12
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    13
  <Grid Background="{StaticResource WindowBackground}" >
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    14
  	<FingersDance_Control_Player:UserControlPlayer Margin="0,247.29,28.334,23.614" RenderTransformOrigin="0.5,0.5" Foreground="{x:Null}" Width="335.873" HorizontalAlignment="Right">
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    15
  		<FingersDance_Control_Player:UserControlPlayer.RenderTransform>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    16
  			<TransformGroup>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    17
  				<ScaleTransform ScaleX="1" ScaleY="1"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    18
  				<SkewTransform AngleX="0" AngleY="0"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    19
  				<RotateTransform Angle="0.388"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    20
  				<TranslateTransform X="0" Y="0"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    21
  			</TransformGroup>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    22
  		</FingersDance_Control_Player:UserControlPlayer.RenderTransform>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    23
  	</FingersDance_Control_Player:UserControlPlayer>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    24
  	<FingersDance_Control_Player:UserControlPlayer Margin="21.163,20.127,0,0" RenderTransformOrigin="0.5,0.5" Width="335.873" Height="228.096" VerticalAlignment="Top" HorizontalAlignment="Left">
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    25
  		<FingersDance_Control_Player:UserControlPlayer.RenderTransform>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    26
  			<TransformGroup>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    27
  				<ScaleTransform ScaleX="1" ScaleY="1"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    28
  				<SkewTransform AngleX="0" AngleY="0"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    29
  				<RotateTransform Angle="0.388"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    30
  				<TranslateTransform X="0" Y="0"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    31
  			</TransformGroup>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    32
  		</FingersDance_Control_Player:UserControlPlayer.RenderTransform>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    33
  	</FingersDance_Control_Player:UserControlPlayer>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    34
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    35
  </Grid>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    36
</s:SurfaceWindow>