src/FingersDance.Control.Player/UserControlPlayer.xaml
changeset 4 7b7f95dc9027
parent 3 4f1ea403073d
child 5 b18627685565
equal deleted inserted replaced
3:4f1ea403073d 4:7b7f95dc9027
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     4 	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     5 	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
     6 	mc:Ignorable="d"
     6 	mc:Ignorable="d"
     7 	x:Class="FingersDance.Control.Player.UserControlPlayer"
     7 	x:Class="FingersDance.Control.Player.UserControlPlayer"
     8 	x:Name="UserControl"
     8 	x:Name="UserControl"
     9 	Width="Auto" Height="Auto" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
     9 	Width="329.873" Height="224.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
       
    10 	<UserControl.Resources>
       
    11 		<Storyboard x:Key="OnClick1"/>
       
    12 	</UserControl.Resources>
       
    13 	<UserControl.Triggers>
       
    14 	</UserControl.Triggers>
    10 
    15 
    11 	<StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}">
    16 	<StackPanel x:Name="LayoutRoot" Width="331.873" Height="227.096" Background="{x:Null}">
    12 		<Grid Width="Auto" Height="200" MaxWidth="500">
    17 		<Grid Width="327.873" Height="191" MaxWidth="500" Background="{DynamicResource [Skin_1_Player__xaml}">
    13 			<Grid.Background>
    18 			<Grid Margin="12.366,13.976,12.819,12.508" Background="{x:Null}">
    14 				<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
    19 				<MediaElement x:Name="MediaElementVideo" Source="Lake.wmv"/>
    15 					<GradientStop Color="#FFFFF9F9" Offset="0"/>
    20 			</Grid>
    16 					<GradientStop Color="#FFFFFFFF" Offset="1"/>
       
    17 					<GradientStop Color="#FF464646" Offset="0.08"/>
       
    18 					<GradientStop Color="#FF262626" Offset="0.902"/>
       
    19 				</LinearGradientBrush>
       
    20 			</Grid.Background>
       
    21 			<MediaElement x:Name="MediaElementVideo" Width="Auto" Height="Auto" Source="Lake.wmv"/>
       
    22 		</Grid>
    21 		</Grid>
    23 		<Custom:SurfaceButton FontSize="12" FontWeight="Bold" x:Name="ButtonPlayPause" Content="Play/Pause" Width="Auto" Height="36.096" ContactDown="ButtonPlayPause_ContactDown" Click="ButtonPlayPause_Click"/>
    22 		<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}"/>
    24 	</StackPanel>
    23 	</StackPanel>
    25 </UserControl>
    24 </UserControl>