test/Control.Player.Test/UserControlPlayer.xaml
author sarias
Thu, 06 Aug 2009 23:54:56 +0200
changeset 32 8f2692c743ff
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
<UserControl
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:d="http://schemas.microsoft.com/expression/blend/2008"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     7
	x:Class="Control.Player.Test.UserControlPlayer"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     8
	x:Name="UserControl"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     9
	Width="335.873" Height="228.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    10
	<UserControl.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    11
		<Storyboard x:Key="OnClick1"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    12
	</UserControl.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    13
	<UserControl.Triggers>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    14
	</UserControl.Triggers>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    15
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    16
	<StackPanel x:Name="LayoutRoot" Width="331.873" Height="227.096" Background="{x:Null}">
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    17
		<Grid Width="321.873" Height="225.096" MaxWidth="500" Background="#FF000000">
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    18
			<MediaElement x:Name="MediaElementVideo" />
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    19
			<Custom:SurfaceButton x:Name="Rewind_area" Content="Play/Pause" ContactDown="ButtonRewind_ContactDown" Click="ButtonRewind_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Left"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    20
			<Custom:SurfaceButton x:Name="Fast_Forward_area" Content="Play/Pause" ContactDown="ButtonFastForward_ContactDown" Click="ButtonFastForward_Click" Foreground="{x:Null}" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0" Width="72" HorizontalAlignment="Right"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    21
			<Custom:SurfaceButton x:Name="Play_Pause_area" ContactDown="ButtonPlayPause_ContactDown" Click="ButtonPlayPause_Click" Foreground="{x:Null}" Margin="76,0,76,0" Background="#FFF7F0F0" BorderBrush="{x:Null}" Opacity="0"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    22
		</Grid>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    23
	</StackPanel>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    24
</UserControl>