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

<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
	x:Class="Control.Player.Test.UserControlPlayer"
	x:Name="UserControl"
	Width="335.873" Height="228.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
	<UserControl.Resources>
		<Storyboard x:Key="OnClick1"/>
	</UserControl.Resources>
	<UserControl.Triggers>
	</UserControl.Triggers>

	<StackPanel x:Name="LayoutRoot" Width="331.873" Height="227.096" Background="{x:Null}">
		<Grid Width="321.873" Height="225.096" MaxWidth="500" Background="#FF000000">
			<MediaElement x:Name="MediaElementVideo" />
			<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"/>
			<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"/>
			<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"/>
		</Grid>
	</StackPanel>
</UserControl>