<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>