2_Page.xaml
上传用户:apgaozhao
上传日期:2017-08-19
资源大小:126k
文件大小:14k
源码类别:

SilverLight

开发平台:

C#

  1. <Canvas
  2. xmlns="http://schemas.microsoft.com/client/2007"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Width="1003" Height="620"
  5. Background="#FF000000"
  6. x:Name="Page" RenderTransformOrigin="0.5,0.5" xmlns:Microsoft_Expression_DesignModel_Platform="clr-namespace:Microsoft.Expression.DesignModel.Platform;assembly=Microsoft.Expression.DesignModel">
  7.   <Canvas.Resources>
  8.     <Storyboard x:Name="a_d" Duration="00:00:00.025"/>
  9.     <Storyboard x:Name="ScaleShow">
  10.       <DoubleAnimationUsingKeyFrames x:Name="ScaleShow_X" BeginTime="00:00:00" Storyboard.TargetName="" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  11.         <SplineDoubleKeyFrame x:Name="ScaleShow_X_V" KeyTime="00:00:01.5000000" Value="0"/>
  12.       </DoubleAnimationUsingKeyFrames>
  13.       <DoubleAnimationUsingKeyFrames x:Name="ScaleShow_Y" BeginTime="00:00:00" Storyboard.TargetName="" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  14.         <SplineDoubleKeyFrame x:Name="ScaleShow_Y_V" KeyTime="00:00:01.5000000" Value="0"/>
  15.       </DoubleAnimationUsingKeyFrames>
  16.       <DoubleAnimationUsingKeyFrames x:Name="TransShow_X" BeginTime="00:00:00" Storyboard.TargetName="" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[1].(TranslateTransform.X)">
  17.         <SplineDoubleKeyFrame x:Name="TransShow_X_V" KeyTime="00:00:01.5000000" KeySpline="0.608,0.029,1,1" Value="0"/>
  18.       </DoubleAnimationUsingKeyFrames>
  19.       <DoubleAnimationUsingKeyFrames x:Name="TransShow_Y" BeginTime="00:00:00" Storyboard.TargetName="" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[1].(TranslateTransform.Y)">
  20.         <SplineDoubleKeyFrame x:Name="TransShow_Y_V" KeyTime="00:00:01.5000000" KeySpline="0.608,0.029,1,1" Value="0"/>
  21.       </DoubleAnimationUsingKeyFrames>
  22.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" x:Name="OpacityShow" Storyboard.TargetName="" Storyboard.TargetProperty="(UIElement.Opacity)">
  23.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="1" x:Name="OpacityShow_V"/>
  24.       </DoubleAnimationUsingKeyFrames>
  25.     </Storyboard>
  26.     <Storyboard x:Name="showMore_btnOn">
  27.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  28.         <SplineColorKeyFrame KeyTime="00:00:00.4000000" Value="#FF10FF00"/>
  29.       </ColorAnimationUsingKeyFrames>
  30.     </Storyboard>
  31.     <Storyboard x:Name="showMore_mouseOut">
  32.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  33.         <SplineColorKeyFrame KeyTime="00:00:00.4000000" Value="#92000000"/>
  34.       </ColorAnimationUsingKeyFrames>
  35.     </Storyboard>
  36.     <Storyboard x:Name="showMore_down">
  37.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  38.         <SplineColorKeyFrame KeyTime="00:00:00.1000000" Value="#FF5F4DFF"/>
  39.         <SplineColorKeyFrame KeySpline="1,0,1,1" KeyTime="00:00:00.7000000" Value="#FF10FF00"/>
  40.       </ColorAnimationUsingKeyFrames>
  41.     </Storyboard>
  42.     <Storyboard x:Name="hiddenBtn_On">
  43.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path1" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  44.         <SplineColorKeyFrame KeyTime="00:00:00.4000000" Value="#FF10FF00"/>
  45.       </ColorAnimationUsingKeyFrames>
  46.     </Storyboard>
  47.     <Storyboard x:Name="hiddenBtn_mouseOut">
  48.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path1" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  49.         <SplineColorKeyFrame KeyTime="00:00:00.4000000" Value="#92000000"/>
  50.       </ColorAnimationUsingKeyFrames>
  51.     </Storyboard>
  52.     <Storyboard x:Name="hiddenBtn_down">
  53.       <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="path1" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">
  54.         <SplineColorKeyFrame KeyTime="00:00:00.1000000" Value="#FF5F4DFF"/>
  55.         <SplineColorKeyFrame KeySpline="1,0,1,1" KeyTime="00:00:00.7000000" Value="#FF10FF00"/>
  56.       </ColorAnimationUsingKeyFrames>
  57.     </Storyboard>
  58.   </Canvas.Resources>
  59.   <Canvas.RenderTransform>
  60.     <TransformGroup>
  61.       <ScaleTransform ScaleX="1" ScaleY="1"/>
  62.       <SkewTransform AngleX="0" AngleY="0"/>
  63.       <RotateTransform Angle="0"/>
  64.       <TranslateTransform X="0" Y="0"/>
  65.     </TransformGroup>
  66.   </Canvas.RenderTransform>
  67.   <Image Width="1003" Height="620" x:Name="bg_c" Stretch="Fill"/>
  68.   <Canvas Width="269.738" Height="58" Canvas.Left="600" Canvas.Top="530.675" x:Name="pic_btns" Visibility="Collapsed">
  69.     <Canvas x:Name="showMoreBtn" Width="138.869" Height="56" Cursor="Hand">
  70.       <Ellipse Width="138.869" Height="56" Stroke="#00000000" x:Name="ellipse">
  71.         <Ellipse.Fill>
  72.           <RadialGradientBrush>
  73.             <GradientStop Color="#FFFFFFFF" Offset="0"/>
  74.             <GradientStop Color="#00680000" Offset="1"/>
  75.             <GradientStop Color="#4FFFFFFF" Offset="0.431"/>
  76.           </RadialGradientBrush>
  77.         </Ellipse.Fill>
  78.       </Ellipse>
  79.       <Path Width="70.664" Height="17.438" RenderTransformOrigin="0.5,0.5" Fill="#92000000" Stretch="Fill" Data="M0.43945313,20.135508 L17.560547,20.135508 L17.560547,21.401133 L0.43945313,21.401133 z M4.2890625,15.565195 L4.2890625,17.182383 L13.763672,17.182383 L13.763672,15.565195 z M4.2890625,12.770273 L4.2890625,14.369883 L13.763672,14.369883 L13.763672,12.770273 z M8.3671875,8.103281 C7.0195313,9.4040623 5.2792969,10.555429 3.1464844,11.557383 L15.09082,11.557383 C12.928711,10.637461 11.103516,9.4978123 9.6152344,8.1384373 L9.6152344,11.117929 L8.3671875,11.117929 z M8.3671875,4.7546482 L9.6152344,4.7546482 L9.6152344,6.6355076 L17.226563,6.6355076 L17.226563,7.813242 L10.713867,7.813242 C12.56543,9.2253513 14.90625,10.291758 17.736328,11.012461 C17.431641,11.469492 17.162109,11.885508 16.927734,12.260508 C16.294922,12.043711 15.685547,11.809336 15.099609,11.557383 L15.099609,19.186289 L13.763672,19.186289 L13.763672,18.395273 L4.2890625,18.395273 L4.2890625,19.203867 L2.953125,19.203867 L2.953125,11.645273 C2.3554688,11.920664 1.7285156,12.184336 1.0722655,12.436289 C0.82617188,12.073008 0.55078125,11.698008 0.24609375,11.311289 C3.2695313,10.356211 5.5869141,9.1901951 7.1982422,7.813242 L0.86132807,7.813242 L0.86132807,6.6355076 L8.3671875,6.6355076 z M23.396484,18.975351 L23.396484,20.223398 L32.203125,20.223398 L32.203125,18.975351 z M23.396484,16.655039 L23.396484,17.885508 L32.203125,17.885508 L32.203125,16.655039 z M23.396484,14.334726 L23.396484,15.565195 L32.203125,15.565195 L32.203125,14.334726 z M34.171875,5.2468357 L34.382813,6.4421482 C31.921875,6.5593357 29.525391,6.6618748 27.193359,6.7497654 C27.035156,7.2360954 26.859375,7.7194929 26.666016,8.1999607 L34.3125,8.1999607 L34.3125,9.3249607 L26.165039,9.3249607 C25.930664,9.8112898 25.678711,10.291759 25.40918,10.766367 L35.648438,10.766367 L35.648438,11.891367 L24.706055,11.891367 C24.413086,12.336679 24.099609,12.776133 23.765625,13.209726 L33.46875,13.209726 L33.46875,22.033945 L32.203125,22.033945 L32.203125,21.348398 L23.396484,21.348398 L23.396484,22.033945 L22.130859,22.033945 L22.130859,15.14332 C21.210938,16.121836 20.185547,17.065195 19.054688,17.973398 C18.820313,17.610117 18.539063,17.211679 18.210938,16.778086 C20.208984,15.324961 21.852539,13.696054 23.141602,11.891367 L18.527344,11.891367 L18.527344,10.766367 L23.888672,10.766367 C24.181641,10.297617 24.448242,9.8171482 24.688477,9.3249607 L19.6875,9.3249607 L19.6875,8.1999607 L25.198242,8.1999607 C25.391602,7.7429295 25.564453,7.2771091 25.716797,6.8024998 C23.636719,6.8728123 21.609375,6.9284763 19.634766,6.969492 C19.564453,6.594492 19.482422,6.1960545 19.388672,5.7741795 C24.978516,5.6921482 29.90625,5.516367 34.171875,5.2468357 z M36.28125,10.836679 L39.761719,10.836679 L39.761719,19.326914 C40.453129,18.881599 41.203129,18.383553 42.011719,17.832773 C42.023438,18.219492 42.064453,18.723398 42.134766,19.344492 C40.494141,20.375742 39.328125,21.184336 38.636719,21.770273 L37.810547,20.592539 C38.208984,20.264414 38.408203,19.754648 38.408203,19.063242 L38.408203,12.102304 L36.28125,12.102304 z M37.916016,5.0886326 C38.958984,6.1433201 39.884766,7.1159763 40.693359,8.0066013 L39.462891,9.0437107 C38.619141,7.9304295 37.763672,6.922617 36.896484,6.0202732 z M44.068359,4.7370701 C44.818359,5.5691013 45.503906,6.3718357 46.125,7.1452732 L44.912109,7.9890232 C44.314453,7.1335545 43.681641,6.313242 43.013672,5.5280857 z M50.255859,4.7019138 L51.662109,5.563242 C51.111328,6.2429295 50.405273,7.0808201 49.543945,8.0769138 L53.261719,8.0769138 L53.261719,9.3776951 L48.058594,9.3776951 L48.058594,11.979258 L52.769531,11.979258 L52.769531,13.280039 L48.058594,13.280039 L48.058594,15.899179 L53.71875,15.899179 L53.71875,17.199961 L48.058594,17.199961 L48.058594,22.086679 L46.617188,22.086679 L46.617188,17.199961 L41.167969,17.199961 L41.167969,15.899179 L46.617188,15.899179 L46.617188,13.280039 L42.117188,13.280039 L42.117188,11.979258 L46.617188,11.979258 L46.617188,9.3776951 L41.625,9.3776951 L41.625,8.0769138 L47.961914,8.0769138 C48.963867,6.8054295 49.728516,5.6804295 50.255859,4.7019138 z M60.240234,18.254648 C60.205078,18.723398 60.1875,19.168711 60.1875,19.590586 C58.488281,19.918711 56.630859,20.340586 54.615234,20.856211 L54.228516,19.502695 C56.232422,19.127695 58.236328,18.711679 60.240234,18.254648 z M66.550781,13.860117 L66.550781,19.063242 L69.539063,19.063242 L69.539063,13.860117 z M62.244141,13.860117 L62.244141,19.063242 L65.214844,19.063242 L65.214844,13.860117 z M66.550781,7.5847263 L66.550781,12.594492 L69.539063,12.594492 L69.539063,7.5847263 z M62.244141,7.5847263 L62.244141,12.594492 L65.214844,12.594492 L65.214844,7.5847263 z M60.873047,6.266367 L70.910156,6.266367 L70.910156,21.840586 L69.539063,21.840586 L69.539063,20.381601 L62.244141,20.381601 L62.244141,21.875742 L60.873047,21.875742 z M57.638672,4.6491795 L58.974609,5.1765232 C57.708984,7.6608982 56.671875,9.5300388 55.863281,10.783945 C56.501968,10.766367 57.216805,10.745859 58.007813,10.722422 C58.400391,10.042734 58.810547,9.3015232 59.238281,8.4987888 L60.539063,9.1491795 C59.460938,11.000742 58.119141,13.057383 56.513672,15.319101 C57.708984,15.14332 58.933594,14.949961 60.1875,14.739023 C60.117188,15.196054 60.064453,15.647226 60.029297,16.092539 C58.470703,16.326914 56.759766,16.602304 54.896484,16.918711 L54.615234,15.582773 C55.394531,14.780039 56.293945,13.54664 57.313477,11.882578 C56.370117,11.941172 55.470703,12.008554 54.615234,12.084726 L54.28125,10.889414 C55.359375,9.4480076 56.478516,7.3679295 57.638672,4.6491795 z" Canvas.Left="32.205" Canvas.Top="20.587" x:Name="path">
  80.         <Path.RenderTransform>
  81.           <TransformGroup>
  82.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  83.             <SkewTransform AngleX="0" AngleY="0"/>
  84.             <RotateTransform Angle="0"/>
  85.             <TranslateTransform X="0" Y="0"/>
  86.           </TransformGroup>
  87.         </Path.RenderTransform>
  88.       </Path>
  89.     </Canvas>
  90.     <Canvas Width="138.869" Height="56" x:Name="ComeBackBtn" Canvas.Left="130.869" Canvas.Top="2" Cursor="Hand">
  91.       <Ellipse Width="138.869" Height="56" Stroke="#00000000" x:Name="ellipse1">
  92.         <Ellipse.Fill>
  93.           <RadialGradientBrush>
  94.             <GradientStop Color="#FFFFFFFF" Offset="0"/>
  95.             <GradientStop Color="#00680000" Offset="1"/>
  96.             <GradientStop Color="#4FFFFFFF" Offset="0.431"/>
  97.           </RadialGradientBrush>
  98.         </Ellipse.Fill>
  99.       </Ellipse>
  100.       <Path Width="34.488" Height="16.822" RenderTransformOrigin="0.5,0.5" Fill="#92000000" Stretch="Fill" Data="M0.36914054,11.012461 L3.8144531,11.012461 L3.8144531,18.535898 C4.5234375,19.672617 5.7773438,20.252695 7.5761719,20.276133 L11.970703,20.328867 L17.71875,20.20582 C17.589844,20.592539 17.425781,21.055429 17.226563,21.594492 L11.566406,21.576914 L7.2421875,21.524179 C5.2382813,21.500742 3.8378906,20.821054 3.0410156,19.485117 C2.5605469,19.930429 1.8574219,20.715586 0.93164051,21.840586 L0.2109375,20.381601 C1.2480469,19.379648 1.9980469,18.661875 2.4609375,18.228281 L2.4609375,12.313242 L0.36914054,12.313242 z M16.681641,5.2468357 L17.173828,6.6179295 C14.150391,6.9343357 11.068359,7.1394138 7.9277344,7.2331638 L7.9277344,9.7116795 L16.435547,9.7116795 L16.435547,10.959726 C15.867188,12.617929 14.979492,14.106211 13.772461,15.42457 C14.991211,16.391367 16.125,17.334726 17.173828,18.254648 L16.119141,19.397226 C14.994141,18.377695 13.869141,17.39039 12.744141,16.435312 C11.373047,17.659922 9.6855469,18.717539 7.6816406,19.608164 C7.4238281,19.244883 7.1308594,18.869883 6.8027344,18.483164 C8.7246094,17.651133 10.347656,16.666758 11.671875,15.530039 C10.535156,14.58082 9.3984375,13.660898 8.2617188,12.770273 L9.1054688,11.856211 C10.353516,12.787851 11.542969,13.693125 12.673828,14.572031 C13.6875,13.493906 14.460938,12.283945 14.994141,10.942148 L7.9277344,10.942148 C7.9160156,14.328867 7.0898438,16.971445 5.4492188,18.869883 C5.1914029,18.518316 4.8808575,18.149178 4.5175781,17.762461 C5.9003906,16.168711 6.5917969,13.854258 6.5917969,10.819101 L6.5917969,6.0026951 C10.330078,5.9558201 13.693359,5.703867 16.681641,5.2468357 z M2.4082031,5.1062107 C3.0058594,5.8327732 3.8261719,6.9401951 4.8691406,8.4284763 L3.6210938,9.3073826 C2.671875,7.8191013 1.8925781,6.6706638 1.2832031,5.8620701 z M24.644531,11.047617 L24.644531,15.283945 L29.373047,15.283945 L29.373047,11.047617 z M23.273438,9.8171482 L30.744141,9.8171482 L30.744141,17.498789 L29.373047,17.498789 L29.373047,16.514414 L24.644531,16.514414 L24.644531,17.498789 L23.273438,17.498789 z M20.8125,7.1276951 L20.8125,19.537851 L33.222656,19.537851 L33.222656,7.1276951 z M19.335938,5.8269138 L34.699219,5.8269138 L34.699219,21.928476 L33.222656,21.928476 L33.222656,20.803476 L20.8125,20.803476 L20.8125,21.928476 L19.335938,21.928476 z" Canvas.Left="51.301" Canvas.Top="19.044" x:Name="path1">
  101.         <Path.RenderTransform>
  102.           <TransformGroup>
  103.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  104.             <SkewTransform AngleX="0" AngleY="0"/>
  105.             <RotateTransform Angle="0"/>
  106.             <TranslateTransform X="0" Y="0"/>
  107.           </TransformGroup>
  108.         </Path.RenderTransform>
  109.       </Path>
  110.     </Canvas>
  111.   </Canvas>
  112. </Canvas>