src/FingersDance.Control.Player/UserControlPlayer.xaml
author riley
Fri, 31 Jul 2009 17:59:22 +0200
changeset 4 7b7f95dc9027
parent 3 4f1ea403073d
child 5 b18627685565
permissions -rw-r--r--
skin 1 du player

<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="FingersDance.Control.Player.UserControlPlayer"
	x:Name="UserControl"
	Width="329.873" Height="224.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="327.873" Height="191" MaxWidth="500" Background="{DynamicResource [Skin_1_Player__xaml}">
			<Grid Margin="12.366,13.976,12.819,12.508" Background="{x:Null}">
				<MediaElement x:Name="MediaElementVideo" Source="Lake.wmv"/>
			</Grid>
		</Grid>
		<Custom:SurfaceButton FontSize="12" FontWeight="Bold" x:Name="ButtonPlayPause" Content="Play/Pause" Width="37.873" Height="36.096" ContactDown="ButtonPlayPause_ContactDown" Click="ButtonPlayPause_Click" Background="{DynamicResource [Skin_1]_Play_button_xaml}" Foreground="{x:Null}"/>
	</StackPanel>
</UserControl>