Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>See this one. Works fine for me. Last Line StackPanel <br> </p> <pre><code> &lt;StackPanel Orientation="Vertical" HorizontalAlignment="Center"&gt; &lt;VideoPlayer:spinner x:Name="BigBuffer" Width="100" Height="100" RenderTransformOrigin="0.5,0.5" &gt; &lt;VideoPlayer:spinner.RenderTransform&gt; &lt;TransformGroup&gt; &lt;ScaleTransform ScaleX="4" ScaleY="4"/&gt; &lt;SkewTransform/&gt; &lt;RotateTransform/&gt; &lt;TranslateTransform/&gt; &lt;/TransformGroup&gt; &lt;/VideoPlayer:spinner.RenderTransform&gt; &lt;/VideoPlayer:spinner&gt; &lt;/StackPanel&gt; &lt;/Canvas&gt; &lt;Canvas x:Name="Thumbnail" Canvas.Top="0" Canvas.Left="0" Visibility="Collapsed" Canvas.ZIndex="98"&gt; &lt;Image x:Name="ThumbnailImage" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Stretch="UniformToFill" /&gt; &lt;/Canvas&gt; &lt;Grid x:Name="LayoutRoot2" Margin="0" Background="#FF0D0A0A" Cursor="Hand" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"&gt; &lt;Canvas x:Name="VideoCanvas"&gt; &lt;MediaElement Canvas.ZIndex="1" HorizontalAlignment="Left" Margin="0,0,0,0" x:Name="mediaPlayer" Stretch="Uniform" VerticalAlignment="Stretch" AutoPlay="false"/&gt; &lt;/Canvas&gt; &lt;/Grid&gt; &lt;Grid Margin="-1,0,0,0" x:Name="controlsContainer" Height="35" RenderTransformOrigin="0.5,0.5" VerticalAlignment="Bottom"&gt; &lt;Grid.RenderTransform&gt; &lt;TransformGroup&gt; &lt;ScaleTransform/&gt; &lt;SkewTransform/&gt; &lt;RotateTransform/&gt; &lt;TranslateTransform Y="0"/&gt; &lt;/TransformGroup&gt; &lt;/Grid.RenderTransform&gt; &lt;Rectangle Margin="0,0,0,0" Height="35" VerticalAlignment="Top" Fill="#97000000" Stroke="#00000000" RenderTransformOrigin="0.5,0.5"/&gt; &lt;/Grid&gt; &lt;StackPanel Orientation="Horizontal" Height="35" VerticalAlignment="Top" &gt; &lt;VideoPlayer:mediaControl Height="35" x:Name="mediaControls" /&gt; &lt;/StackPanel&gt; &lt;/Grid&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload