equal
deleted
inserted
replaced
|
1 <UserControl |
|
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
6 mc:Ignorable="d" |
|
7 x:Class="Control.Player.Test.UserControlPlayer" |
|
8 x:Name="UserControl" |
|
9 Width="335.873" Height="228.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> |
|
15 |
|
16 <StackPanel x:Name="LayoutRoot" Width="331.873" Height="227.096" Background="{x:Null}"> |
|
17 <Grid Width="321.873" Height="225.096" MaxWidth="500" Background="#FF000000"> |
|
18 <MediaElement x:Name="MediaElementVideo" /> |
|
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"/> |
|
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"/> |
|
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"/> |
|
22 </Grid> |
|
23 </StackPanel> |
|
24 </UserControl> |