Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Actually you can change the colors by overriding the default colors in the App. Note this would apply now for <em>all</em> MediaElement controls with transport controls, but it is possible. In your App.xaml you would provide overrides for these values like this:</p> <pre><code> &lt;Application.Resources&gt; &lt;SolidColorBrush x:Key="MediaButtonForegroundThemeBrush" Color="Blue" /&gt; &lt;SolidColorBrush x:Key="MediaButtonBackgroundThemeBrush" Color="Transparent" /&gt; &lt;SolidColorBrush x:Key="MediaButtonPointerOverForegroundThemeBrush" Color="#FFFFFFFF" /&gt; &lt;SolidColorBrush x:Key="MediaButtonPointerOverBackgroundThemeBrush" Color="#26FFFFFF" /&gt; &lt;SolidColorBrush x:Key="MediaButtonPressedForegroundThemeBrush" Color="#FF000000" /&gt; &lt;SolidColorBrush x:Key="MediaButtonPressedBackgroundThemeBrush" Color="#FFFFFFFF" /&gt; &lt;SolidColorBrush x:Key="MediaButtonPressedBorderThemeBrush" Color="#FFFFFFFF" /&gt; &lt;SolidColorBrush x:Key="MediaControlPanelVideoThemeBrush" Color="Red" /&gt; &lt;SolidColorBrush x:Key="MediaControlPanelAudioThemeBrush" Color="#FF000000" /&gt; &lt;SolidColorBrush x:Key="MediaDownloadProgressIndicatorThemeBrush" Color="#38FFFFFF" /&gt; &lt;SolidColorBrush x:Key="MediaErrorBackgroundThemeBrush" Color="#FF000000" /&gt; &lt;SolidColorBrush x:Key="MediaTextThemeBrush" Color="#FFFFFFFF" /&gt; &lt;/Application.Resources&gt; </code></pre> <p>This would give you a visual like this: <img src="https://i.stack.imgur.com/xa0ZN.png" alt="enter image description here"></p> <p>Hope this helps!</p>
    singulars
    1. This table or related slice is empty.
    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.
    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