audio.xaml
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:41k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="Main" Width="450" Height="33">
  3.     <Canvas.Resources>
  4.         <Storyboard x:Name="PlayPauseButton_FocusInAnimation">
  5.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  6.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFA5A5A5"/>
  7.             </ColorAnimationUsingKeyFrames>
  8.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  9.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF858585"/>
  10.             </ColorAnimationUsingKeyFrames>
  11.         </Storyboard>
  12.         <Storyboard x:Name="PlayPauseButton_FocusOutAnimation">
  13.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  14.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF7A7A7A"/>
  15.             </ColorAnimationUsingKeyFrames>
  16.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  17.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF383838"/>
  18.             </ColorAnimationUsingKeyFrames>
  19.         </Storyboard>
  20.         <Storyboard x:Name="PlayPauseButton_PressAnimation">
  21.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  22.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF616161"/>
  23.             </ColorAnimationUsingKeyFrames>
  24.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  25.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF353535"/>
  26.             </ColorAnimationUsingKeyFrames>
  27.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="PlayArrow" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  28.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0.489"/>
  29.             </DoubleAnimationUsingKeyFrames>
  30.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="PauseSymbol" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  31.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0.489"/>
  32.             </DoubleAnimationUsingKeyFrames>
  33.         </Storyboard>
  34.         <Storyboard x:Name="PlayPauseButton_DepressAnimation">
  35.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  36.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF7A7A7A"/>
  37.             </ColorAnimationUsingKeyFrames>
  38.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ButtonPlate" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  39.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF383838"/>
  40.             </ColorAnimationUsingKeyFrames>
  41.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="PlayArrow" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  42.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0"/>
  43.             </DoubleAnimationUsingKeyFrames>
  44.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="PauseSymbol" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  45.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0"/>
  46.             </DoubleAnimationUsingKeyFrames>
  47.         </Storyboard>
  48.         <Storyboard x:Name="TimeThumb_FocusInAnimation">
  49.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  50.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC6C6C6"/>
  51.             </ColorAnimationUsingKeyFrames>
  52.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  53.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF828282"/>
  54.             </ColorAnimationUsingKeyFrames>
  55.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  56.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF646464"/>
  57.             </ColorAnimationUsingKeyFrames>
  58.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  59.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF8B8B8B"/>
  60.             </ColorAnimationUsingKeyFrames>
  61.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  62.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC5C5C5"/>
  63.             </ColorAnimationUsingKeyFrames>
  64.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  65.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFDEDEDE"/>
  66.             </ColorAnimationUsingKeyFrames>
  67.         </Storyboard>
  68.         <Storyboard x:Name="TimeThumb_FocusOutAnimation">
  69.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  70.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF797979"/>
  71.             </ColorAnimationUsingKeyFrames>
  72.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  73.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF484848"/>
  74.             </ColorAnimationUsingKeyFrames>
  75.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  76.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF313131"/>
  77.             </ColorAnimationUsingKeyFrames>
  78.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  79.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF4D4C4C"/>
  80.             </ColorAnimationUsingKeyFrames>
  81.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  82.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF858585"/>
  83.             </ColorAnimationUsingKeyFrames>
  84.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  85.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC3C3C3"/>
  86.             </ColorAnimationUsingKeyFrames>
  87.         </Storyboard>
  88.         <Storyboard x:Name="TimeThumb_PressAnimation">
  89.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  90.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF646464"/>
  91.             </ColorAnimationUsingKeyFrames>
  92.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  93.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF3F3F3F"/>
  94.             </ColorAnimationUsingKeyFrames>
  95.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  96.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF242424"/>
  97.             </ColorAnimationUsingKeyFrames>
  98.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  99.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF3B3A3A"/>
  100.             </ColorAnimationUsingKeyFrames>
  101.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  102.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF686767"/>
  103.             </ColorAnimationUsingKeyFrames>
  104.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  105.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FFA5A4A4"/>
  106.             </ColorAnimationUsingKeyFrames>
  107.         </Storyboard>
  108.         <Storyboard x:Name="TimeThumb_DepressAnimation">
  109.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  110.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF797979"/>
  111.             </ColorAnimationUsingKeyFrames>
  112.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  113.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF484848"/>
  114.             </ColorAnimationUsingKeyFrames>
  115.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  116.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF313131"/>
  117.             </ColorAnimationUsingKeyFrames>
  118.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  119.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF4D4C4C"/>
  120.             </ColorAnimationUsingKeyFrames>
  121.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  122.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF858585"/>
  123.             </ColorAnimationUsingKeyFrames>
  124.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="TimeThumbPath" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  125.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC3C3C3"/>
  126.             </ColorAnimationUsingKeyFrames>
  127.         </Storyboard>
  128.         <Storyboard x:Name="MuteButton_FocusInAnimation">
  129.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  130.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF828282"/>
  131.             </ColorAnimationUsingKeyFrames>
  132.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  133.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFD3D3D3"/>
  134.             </ColorAnimationUsingKeyFrames>
  135.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteOffSymbol" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  136.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF979797"/>
  137.             </ColorAnimationUsingKeyFrames>
  138.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteOffSymbol" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  139.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFCACACA"/>
  140.             </ColorAnimationUsingKeyFrames>
  141.         </Storyboard>
  142.         <Storyboard x:Name="MuteButton_FocusOutAnimation">
  143.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  144.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF5C5C5C"/>
  145.             </ColorAnimationUsingKeyFrames>
  146.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  147.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFB3B3B3"/>
  148.             </ColorAnimationUsingKeyFrames>
  149.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteOffSymbol" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  150.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF5C5C5C"/>
  151.             </ColorAnimationUsingKeyFrames>
  152.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteOffSymbol" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  153.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFB3B3B3"/>
  154.             </ColorAnimationUsingKeyFrames>
  155.         </Storyboard>
  156.         <Storyboard x:Name="MuteButton_PressAnimation">
  157.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  158.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0.474"/>
  159.             </DoubleAnimationUsingKeyFrames>
  160.         </Storyboard>
  161.         <Storyboard x:Name="MuteButton_DepressAnimation">
  162.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="MuteButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  163.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0"/>
  164.             </DoubleAnimationUsingKeyFrames>
  165.         </Storyboard>
  166.         <Storyboard x:Name="VolumeThumb_FocusInAnimation">
  167.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  168.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC6C6C6"/>
  169.             </ColorAnimationUsingKeyFrames>
  170.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  171.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF828282"/>
  172.             </ColorAnimationUsingKeyFrames>
  173.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  174.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF646464"/>
  175.             </ColorAnimationUsingKeyFrames>
  176.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  177.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF8B8B8B"/>
  178.             </ColorAnimationUsingKeyFrames>
  179.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  180.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC5C5C5"/>
  181.             </ColorAnimationUsingKeyFrames>
  182.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  183.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFDEDEDE"/>
  184.             </ColorAnimationUsingKeyFrames>
  185.         </Storyboard>
  186.         <Storyboard x:Name="VolumeThumb_FocusOutAnimation">
  187.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  188.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF797979"/>
  189.             </ColorAnimationUsingKeyFrames>
  190.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  191.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF484848"/>
  192.             </ColorAnimationUsingKeyFrames>
  193.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  194.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF313131"/>
  195.             </ColorAnimationUsingKeyFrames>
  196.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  197.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF4D4C4C"/>
  198.             </ColorAnimationUsingKeyFrames>
  199.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  200.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF858585"/>
  201.             </ColorAnimationUsingKeyFrames>
  202.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  203.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC3C3C3"/>
  204.             </ColorAnimationUsingKeyFrames>
  205.         </Storyboard>
  206.         <Storyboard x:Name="VolumeThumb_PressAnimation">
  207.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  208.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF646464"/>
  209.             </ColorAnimationUsingKeyFrames>
  210.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  211.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF3F3F3F"/>
  212.             </ColorAnimationUsingKeyFrames>
  213.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  214.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF242424"/>
  215.             </ColorAnimationUsingKeyFrames>
  216.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  217.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF3B3A3A"/>
  218.             </ColorAnimationUsingKeyFrames>
  219.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  220.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FF686767"/>
  221.             </ColorAnimationUsingKeyFrames>
  222.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  223.                 <SplineColorKeyFrame KeyTime="00:00:00.3000000" Value="#FFA5A4A4"/>
  224.             </ColorAnimationUsingKeyFrames>
  225.         </Storyboard>
  226.         <Storyboard x:Name="VolumeThumb_DepressAnimation">
  227.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  228.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF797979"/>
  229.             </ColorAnimationUsingKeyFrames>
  230.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)">
  231.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF484848"/>
  232.             </ColorAnimationUsingKeyFrames>
  233.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)">
  234.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF313131"/>
  235.             </ColorAnimationUsingKeyFrames>
  236.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)">
  237.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF4D4C4C"/>
  238.             </ColorAnimationUsingKeyFrames>
  239.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)">
  240.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF858585"/>
  241.             </ColorAnimationUsingKeyFrames>
  242.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="VolumeThumb" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  243.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFC3C3C3"/>
  244.             </ColorAnimationUsingKeyFrames>
  245.         </Storyboard>
  246.         <Storyboard x:Name="FullScreenButton_FocusInAnimation">
  247.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path2" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  248.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF9E9E9E"/>
  249.             </ColorAnimationUsingKeyFrames>
  250.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path2" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  251.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFD1D1D1"/>
  252.             </ColorAnimationUsingKeyFrames>
  253.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  254.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFB1B1B1"/>
  255.             </ColorAnimationUsingKeyFrames>
  256.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  257.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFCECECE"/>
  258.             </ColorAnimationUsingKeyFrames>
  259.         </Storyboard>
  260.         <Storyboard x:Name="FullScreenButton_FocusOutAnimation">
  261.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path2" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  262.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF5C5C5C"/>
  263.             </ColorAnimationUsingKeyFrames>
  264.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path2" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  265.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFB3B3B3"/>
  266.             </ColorAnimationUsingKeyFrames>
  267.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)">
  268.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FF5C5C5C"/>
  269.             </ColorAnimationUsingKeyFrames>
  270.             <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)">
  271.                 <SplineColorKeyFrame KeyTime="00:00:00.6000000" Value="#FFB3B3B3"/>
  272.             </ColorAnimationUsingKeyFrames>
  273.         </Storyboard>
  274.         <Storyboard x:Name="FullScreenButton_PressAnimation">
  275.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FullScreenButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)">
  276.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="1"/>
  277.             </DoubleAnimationUsingKeyFrames>
  278.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FullScreenButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  279.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="1"/>
  280.             </DoubleAnimationUsingKeyFrames>
  281.         </Storyboard>
  282.         <Storyboard x:Name="FullScreenButton_DepressAnimation">
  283.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FullScreenButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)">
  284.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0"/>
  285.             </DoubleAnimationUsingKeyFrames>
  286.             <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FullScreenButton" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  287.                 <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="0"/>
  288.             </DoubleAnimationUsingKeyFrames>
  289.         </Storyboard>
  290.     </Canvas.Resources>
  291. <Canvas Width="450" Height="33" Canvas.Left="0" Canvas.Top="0" x:Name="ContentWindow">
  292. <Canvas Background="Black" Width="450" Height="0" x:Name="VideoBackground" Visibility="Collapsed">
  293. <MediaElement x:Name="VideoWindow" Width="450" Height="0"/>
  294. </Canvas>
  295. <Canvas x:Name="PlayerControls" Width="450" Height="33" Canvas.Top="0">
  296. <Path Width="450" Height="33" Stretch="Fill" Data="F1 M6.4074993E-07,337 L450,337 450,360 C450,365.52286 445.52286,370 440,370 L10.000003,370 C4.4771523,370 0,365.52286 6.4074993E-07,360 L6.4074993E-07,337 z" x:Name="BarBackground" Canvas.Top="0.046">
  297. <Path.Fill>
  298. <LinearGradientBrush EndPoint="0.5,0.102" StartPoint="0.5,0.829">
  299. <GradientStop Color="#FF515151" Offset="0"/>
  300. <GradientStop Color="#FF757677" Offset="1"/>
  301. <GradientStop Color="#FF3B3B3B" Offset="0.471"/>
  302. </LinearGradientBrush>
  303. </Path.Fill>
  304. </Path>
  305. <Canvas Width="25.497" Height="25.497" Canvas.Left="11.579" Canvas.Top="3.237" x:Name="PlayPauseButton">
  306. <Ellipse Width="32.128" Height="32.128" x:Name="ButtonShadow" Canvas.Left="-3.271" Canvas.Top="-2.708">
  307. <Ellipse.Fill>
  308. <RadialGradientBrush>
  309. <GradientStop Color="#FF1B1B1B" Offset="0"/>
  310. <GradientStop Color="#004D4D4D" Offset="1"/>
  311. <GradientStop Color="#EA404040" Offset="0.928"/>
  312. <GradientStop Color="#FF2E2E2E" Offset="0.846"/>
  313. </RadialGradientBrush>
  314. </Ellipse.Fill>
  315. </Ellipse>
  316. <Ellipse Width="25.497" Height="25.497" x:Name="ButtonPlate">
  317. <Ellipse.Fill>
  318. <RadialGradientBrush>
  319. <RadialGradientBrush.RelativeTransform>
  320. <TransformGroup>
  321. <ScaleTransform CenterX="0.5" CenterY="0.5" ScaleX="0.982" ScaleY="0.982"/>
  322. <SkewTransform AngleX="0" AngleY="0" CenterX="0.5" CenterY="0.5"/>
  323. <RotateTransform Angle="0" CenterX="0.5" CenterY="0.5"/>
  324. <TranslateTransform X="0.024" Y="0.315"/>
  325. </TransformGroup>
  326. </RadialGradientBrush.RelativeTransform>
  327. <GradientStop Color="#FF7A7A7A" Offset="0"/>
  328. <GradientStop Color="#FF383838" Offset="1"/>
  329. </RadialGradientBrush>
  330. </Ellipse.Fill>
  331. </Ellipse>
  332. <Path Width="22.292" Height="16.121" Stretch="Fill" Data="F1 M12,1.4887107E-08 C16.443684,0 20.323231,2.415354 22.352341,6.030858 C21.137508,11.796588 16.019014,16.121 9.8905001,16.121 C5.9086857,16.121 2.3532369,14.295513 0.060601987,11.398842 C0.32924256,5.0495186 5.5749321,0 12,1.4887107E-08 z" RenderTransformOrigin="0.5,0.5" Canvas.Left="1.334" Canvas.Top="0.833" x:Name="ButtonHighlight">
  333. <Path.RenderTransform>
  334. <TransformGroup>
  335. <ScaleTransform ScaleX="1" ScaleY="1"/>
  336. <SkewTransform AngleX="0" AngleY="0"/>
  337. <RotateTransform Angle="6.013"/>
  338. <TranslateTransform X="0" Y="0"/>
  339. </TransformGroup>
  340. </Path.RenderTransform>
  341. <Path.Fill>
  342. <RadialGradientBrush>
  343. <RadialGradientBrush.RelativeTransform>
  344. <TransformGroup>
  345. <ScaleTransform CenterX="0.5" CenterY="0.5" ScaleX="0.982" ScaleY="1.361"/>
  346. <SkewTransform AngleX="0" AngleY="0" CenterX="0.5" CenterY="0.5"/>
  347. <RotateTransform Angle="0" CenterX="0.5" CenterY="0.5"/>
  348. <TranslateTransform X="-0.096" Y="-0.398"/>
  349. </TransformGroup>
  350. </RadialGradientBrush.RelativeTransform>
  351. <GradientStop Color="#82FFFFFF" Offset="0"/>
  352. <GradientStop Color="#00FFFFFF" Offset="1"/>
  353. </RadialGradientBrush>
  354. </Path.Fill>
  355. </Path>
  356. <Path Width="12" Height="15" Stretch="Fill" Data="M19.793579,345.13003 L19.793579,361.7523 32.642581,353.87874 z" Fill="#FFFFFFFF" Canvas.Left="8" Canvas.Top="5.5" x:Name="PlaySymbol" RenderTransformOrigin="0.5,0.5">
  357. <Path.RenderTransform>
  358. <TransformGroup>
  359. <ScaleTransform ScaleX="1" ScaleY="1"/>
  360. <SkewTransform AngleX="0" AngleY="0"/>
  361. <RotateTransform Angle="0"/>
  362. <TranslateTransform X="0" Y="0"/>
  363. </TransformGroup>
  364. </Path.RenderTransform>
  365. </Path>
  366. <Canvas Width="10.571" Height="15" Canvas.Left="8.111" Canvas.Top="5.5" x:Name="PauseSymbol" Visibility="Collapsed">
  367. <Rectangle Width="3.698" Height="15" Fill="#FFFFFFFF"/>
  368. <Rectangle Width="3.698" Height="15" Fill="#FFFFFFFF" Canvas.Left="6.873"/>
  369. </Canvas>
  370. </Canvas>
  371. <Canvas Width="246.383" Height="8.063" Canvas.Left="49.904" Canvas.Top="11.871" x:Name="TimeSlider">
  372. <Canvas.Background>
  373. <LinearGradientBrush EndPoint="0.5,0.102" StartPoint="0.5,0.829">
  374. <GradientStop Color="#FFB5B5B5" Offset="0"/>
  375. <GradientStop Color="#FF696969" Offset="1"/>
  376. <GradientStop Color="#FFACACAC" Offset="0.303"/>
  377. <GradientStop Color="#FFC4C4C4" Offset="0.524"/>
  378. <GradientStop Color="#FFADADAD" Offset="0.389"/>
  379. </LinearGradientBrush>
  380. </Canvas.Background>
  381. <Rectangle Width="100" Height="8.063" RadiusX="0" RadiusY="0" x:Name="DownloadProgressSlider">
  382. <Rectangle.Fill>
  383. <LinearGradientBrush EndPoint="0.5,0.102" StartPoint="0.5,0.829">
  384. <GradientStop Color="#FF6E6E6E" Offset="0"/>
  385. <GradientStop Color="#FF717171" Offset="1"/>
  386. <GradientStop Color="#FF5D5B5B" Offset="0.303"/>
  387. <GradientStop Color="#FFA5A1A1" Offset="0.524"/>
  388. <GradientStop Color="#FF777777" Offset="0.389"/>
  389. </LinearGradientBrush>
  390. </Rectangle.Fill>
  391. </Rectangle>
  392. <Canvas x:Name="TimeThumb" Width="7" Height="10.125" Canvas.Left="68.5" Canvas.Top="-0.9">
  393. <Path x:Name="TimeThumbPath" Width="7" Height="10.125" Stretch="Fill" Data="M0,0 L7,0 7,9.3124555 3.5077625,10.126372 0,9.3124555 z">
  394. <Path.Fill>
  395. <LinearGradientBrush EndPoint="0.5,0.102" StartPoint="0.5,0.829">
  396. <GradientStop Color="#FF797979" Offset="0"/>
  397. <GradientStop Color="#FFC3C3C3" Offset="1"/>
  398. <GradientStop Color="#FF484848" Offset="0.236"/>
  399. <GradientStop Color="#FF4D4C4C" Offset="0.452"/>
  400. <GradientStop Color="#FF313131" Offset="0.389"/>
  401. <GradientStop Color="#FF858585" Offset="0.755"/>
  402. </LinearGradientBrush>
  403. </Path.Fill>
  404. </Path>
  405. </Canvas>
  406. </Canvas>
  407. <Canvas Width="150.885" Height="25.574" Canvas.Left="303.115" Canvas.Top="5.472" x:Name="RightControls">
  408. <Canvas Width="16.761" Height="15.795" x:Name="MuteButton" RenderTransformOrigin="0.5,0.5" Canvas.Top="3.391">
  409. <Canvas.RenderTransform>
  410. <TransformGroup>
  411. <ScaleTransform ScaleX="1" ScaleY="1"/>
  412. <SkewTransform AngleX="0" AngleY="0"/>
  413. <RotateTransform Angle="0"/>
  414. <TranslateTransform X="0" Y="0"/>
  415. </TransformGroup>
  416. </Canvas.RenderTransform>
  417. <Rectangle Width="16.761" Height="15.795" Fill="#00FFFFFF"/>
  418. <Path Width="8.75" Height="12.077" Stretch="Fill" Data="F1 M8.7497559,-2.8319807 L8.7497559,9.2454033 6.0003524,6.4959998 -1.3675844E-08,6.4959998 -1.3675844E-08,-1.7489626E-08 5.9177756,-1.7489626E-08 8.7497559,-2.8319807 z" Canvas.Top="1.81" x:Name="path">
  419. <Path.Fill>
  420. <LinearGradientBrush EndPoint="0.5,0.138" StartPoint="0.5,0.862">
  421. <GradientStop Color="#FF5C5C5C" Offset="0"/>
  422. <GradientStop Color="#FFB3B3B3" Offset="0.981"/>
  423. </LinearGradientBrush>
  424. </Path.Fill>
  425. </Path>
  426. <Path Width="5.74" Height="15.795" Stretch="Fill" Data="F1 M27.390272,11.45065 C27.999537,12.884833 28.335999,14.462625 28.335999,16.118999 28.335999,17.905691 27.944511,19.600945 27.214714,21.11079 L26.759594,20.655672 C27.378836,19.269913 27.716103,17.733843 27.716103,16.118999 27.716103,14.640927 27.433546,13.228849 26.898916,11.942006 L27.390272,11.45065 z M28.981388,9.8595343 C29.973789,11.727066 30.502998,13.860981 30.502998,16.1185 30.502998,18.507936 29.910133,20.758902 28.805477,22.701555 L28.272079,22.168156 C29.252697,20.370712 29.776295,18.306013 29.776295,16.119019 29.776295,14.063372 29.313702,12.115768 28.447624,10.393298 L28.981388,9.8595343 z M30.411402,8.4295206 C31.766356,10.721525 32.5,13.400086 32.5,16.25 32.5,19.162603 31.733725,21.896233 30.32802,24.224098 L29.716892,23.612968 C30.983568,21.451487 31.667797,18.930393 31.667797,16.249489 31.667797,13.6315 31.015306,11.16591 29.800632,9.0402899 L30.411402,8.4295206 z" Canvas.Left="11.021" x:Name="MuteOffSymbol">
  427. <Path.Fill>
  428. <LinearGradientBrush EndPoint="0.5,0.138" StartPoint="0.5,0.862">
  429. <GradientStop Color="#FF5C5C5C" Offset="0"/>
  430. <GradientStop Color="#FFB3B3B3" Offset="0.981"/>
  431. </LinearGradientBrush>
  432. </Path.Fill>
  433. </Path>
  434. </Canvas>
  435. <Canvas Width="43.167" Height="3.583" x:Name="VolumeSlider" Canvas.Left="21.969" Canvas.Top="9.242">
  436. <Rectangle Width="43.167" Height="3.583" RadiusX="0" RadiusY="0" x:Name="VolumeSeek" Stroke="#FF878787">
  437. <Rectangle.Fill>
  438. <LinearGradientBrush EndPoint="0.977,0.466" StartPoint="0.025,0.466">
  439. <GradientStop Color="#FF434343" Offset="0"/>
  440. <GradientStop Color="#FFF5F5F5" Offset="1"/>
  441. </LinearGradientBrush>
  442. </Rectangle.Fill>
  443. </Rectangle>
  444. <Path x:Name="VolumeThumb" Width="5.55" Height="8.696" Stretch="Fill" Canvas.Left="18.042" Canvas.Top="-2.397" Data="M0,0 L7,0 7,8.2906688 3.5077625,11.762448 0,8.2906688 z">
  445. <Path.Fill>
  446. <LinearGradientBrush EndPoint="0.5,0.102" StartPoint="0.5,0.829">
  447. <GradientStop Color="#FF797979" Offset="0"/>
  448. <GradientStop Color="#FFC3C3C3" Offset="1"/>
  449. <GradientStop Color="#FF484848" Offset="0.236"/>
  450. <GradientStop Color="#FF4D4C4C" Offset="0.452"/>
  451. <GradientStop Color="#FF313131" Offset="0.389"/>
  452. <GradientStop Color="#FF858585" Offset="0.755"/>
  453. </LinearGradientBrush>
  454. </Path.Fill>
  455. </Path>
  456. </Canvas>
  457. <Canvas Width="15.073" Height="10.42" x:Name="FullScreenButton" RenderTransformOrigin="0.5,0.5" Canvas.Left="72.269" Canvas.Top="6.399"  Visibility="Collapsed">
  458. <Canvas.RenderTransform>
  459. <TransformGroup>
  460. <ScaleTransform ScaleX="1" ScaleY="1"/>
  461. <SkewTransform AngleX="0" AngleY="0"/>
  462. <RotateTransform Angle="0"/>
  463. <TranslateTransform X="0" Y="0"/>
  464. </TransformGroup>
  465. </Canvas.RenderTransform>
  466. <Path Width="15.073" Height="10.42" Stretch="Fill" Data="F1 M1.2153715,1.4379998 L1.2153715,9.7779999 13.68073,9.7779999 13.68073,1.4379998 z M0,-1.0513594E-07 L15.073,-1.0513594E-07 15.073,11.211 0,11.211 0,-1.0513594E-07 z" x:Name="path2">
  467. <Path.Fill>
  468. <LinearGradientBrush EndPoint="0.5,0.138" StartPoint="0.5,0.862">
  469. <GradientStop Color="#FF5C5C5C" Offset="0"/>
  470. <GradientStop Color="#FFB3B3B3" Offset="0.981"/>
  471. </LinearGradientBrush>
  472. </Path.Fill>
  473. </Path>
  474. <Rectangle Width="10.969" Height="6.579" RadiusX="0" RadiusY="0" RenderTransformOrigin="0.5,0.5" Canvas.Left="1.919" Canvas.Top="1.986" x:Name="rectangle">
  475. <Rectangle.Fill>
  476. <LinearGradientBrush EndPoint="0.5,0.138" StartPoint="0.5,0.862">
  477. <GradientStop Color="#FF5C5C5C" Offset="0"/>
  478. <GradientStop Color="#FFB3B3B3" Offset="0.981"/>
  479. </LinearGradientBrush>
  480. </Rectangle.Fill>
  481. <Rectangle.RenderTransform>
  482. <TransformGroup>
  483. <ScaleTransform ScaleX="1" ScaleY="1"/>
  484. <SkewTransform AngleX="0" AngleY="0"/>
  485. <RotateTransform Angle="0"/>
  486. <TranslateTransform X="0" Y="0"/>
  487. </TransformGroup>
  488. </Rectangle.RenderTransform>
  489. </Rectangle>
  490. </Canvas>
  491. <Canvas Width="2.056" Height="24.721" x:Name="Dividor" Canvas.Left="90.418">
  492. <Path Width="1" Height="24.721" Stretch="Fill" Stroke="#FF3D3D3D" Data="M394.4251,343.02992 L394.4251,366.75068" StrokeThickness="0.5" Canvas.Left="0.6"/>
  493. <Path Width="1" Height="24.721" Stretch="Fill" Stroke="#FF6D6D6D" Data="M394.4251,343.02992 L394.4251,366.75068" Canvas.Left="1.056" StrokeThickness="0.5"/>
  494. </Canvas>
  495. <Image Width="57" Height="23" Source="silverlight/player/Assets/Image/player_logo.png" Stretch="Fill" x:Name="PlayerLogo" Canvas.Left="93.885" Canvas.Top="2.574"/>
  496. </Canvas>
  497. </Canvas>
  498. <Canvas x:Name="FullScreenArea" Width="640" Height="480" Canvas.Left="0" Canvas.Top="0" Visibility="Collapsed" Background="Black">
  499. <Canvas x:Name="FullScreenVideoWindow" Width="640" Height="480" Canvas.Left="0" Canvas.Top="0">
  500. <Canvas.Background>
  501. <VideoBrush SourceName="VideoWindow" Stretch="Uniform" />
  502. </Canvas.Background>
  503. <!--
  504.                 <Canvas x:Name="FullScreenCaptionArea" Width="576" Height="48" Background="#333FA3EC" Canvas.Left="32" Canvas.Top="424" Visibility="Collapsed" IsHitTestVisible="false">
  505.                     <TextBlock x:Name="FullScreenCaptionText" Width="560" Height="48" FontSize="16" FontWeight="Normal" Foreground="#FFFFFFFF" Text="CaptionArea" TextWrapping="Wrap"/>
  506.                 </Canvas>
  507. -->
  508. </Canvas>
  509. </Canvas>
  510. </Canvas>
  511. </Canvas>