# C1.WPF.MediaPlayer.C1MediaPlayer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_MediaPlayer_C1MediaPlayer" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer" class="text-break">C1MediaPlayer Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> plays video and audio from the internet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1MediaPlayer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.MediaPlayer.html">C1.WPF.MediaPlayer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.MediaPlayer.4.6.2.dll</h6>
  <h5 id="C1_WPF_MediaPlayer_C1MediaPlayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;FullScreenElement&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;MediaPanel&quot;, Type = typeof(Panel))]
[TemplatePart(Name = &quot;NormalControlPanel&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;FullScreenControlPanel&quot;, Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = &quot;Idle&quot;, GroupName = &quot;IdleStates&quot;)]
[TemplateVisualState(Name = &quot;Interacting&quot;, GroupName = &quot;IdleStates&quot;)]
[TemplateVisualState(Name = &quot;Playing&quot;, GroupName = &quot;MediaStates&quot;)]
[TemplateVisualState(Name = &quot;Unstarted&quot;, GroupName = &quot;MediaStates&quot;)]
[TemplateVisualState(Name = &quot;Buffering&quot;, GroupName = &quot;MediaStates&quot;)]
[TemplateVisualState(Name = &quot;Paused&quot;, GroupName = &quot;MediaStates&quot;)]
[TemplateVisualState(Name = &quot;NoMedia&quot;, GroupName = &quot;MediaStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[StyleTypedProperty(Property = &quot;ToolBarButtonBaseStyle&quot;, StyleTargetType = typeof(Button))]
public class C1MediaPlayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;FullScreenElement&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;MediaPanel&quot;, Type:=GetType(Panel))&gt;
&lt;TemplatePart(Name:=&quot;NormalControlPanel&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;FullScreenControlPanel&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplateVisualState(Name:=&quot;Idle&quot;, GroupName:=&quot;IdleStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Interacting&quot;, GroupName:=&quot;IdleStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Playing&quot;, GroupName:=&quot;MediaStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unstarted&quot;, GroupName:=&quot;MediaStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Buffering&quot;, GroupName:=&quot;MediaStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Paused&quot;, GroupName:=&quot;MediaStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NoMedia&quot;, GroupName:=&quot;MediaStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ToolBarButtonBaseStyle&quot;, StyleTargetType:=GetType(Button))&gt;
Public Class C1MediaPlayer
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer__ctor" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.#ctor">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.-ctor.html#C1_WPF_MediaPlayer_C1MediaPlayer__ctor">C1MediaPlayer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_AutoAdvanceProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.AutoAdvanceProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoAdvanceProperty.html">AutoAdvanceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoAdvance.html#C1_WPF_MediaPlayer_C1MediaPlayer_AutoAdvance">AutoAdvance</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_AutoPlayProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlayProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlayProperty.html">AutoPlayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlay.html#C1_WPF_MediaPlayer_C1MediaPlayer_AutoPlay">AutoPlay</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_BufferingProgressProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingProgressProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingProgressProperty.html">BufferingProgressProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingProgress.html#C1_WPF_MediaPlayer_C1MediaPlayer_BufferingProgress">BufferingProgress</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_BufferingTemplateProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingTemplateProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingTemplateProperty.html">BufferingTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_BufferingTemplate">BufferingTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ButtonBackgroundProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonBackground.html#C1_WPF_MediaPlayer_C1MediaPlayer_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ButtonForegroundProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonForeground.html#C1_WPF_MediaPlayer_C1MediaPlayer_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_DownloadProgressProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.DownloadProgressProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.DownloadProgressProperty.html">DownloadProgressProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.DownloadProgress.html#C1_WPF_MediaPlayer_C1MediaPlayer_DownloadProgress">DownloadProgress</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_FocusBrushProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.FocusBrushProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.FocusBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListButtonVisibleProperty.html">IsChapterListButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListButtonVisible">IsChapterListButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListVisibleProperty.html">IsChapterListVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListVisible">IsChapterListVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreenButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenButtonVisibleProperty.html">IsFullScreenButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreenButtonVisible">IsFullScreenButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreenProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenProperty.html">IsFullScreenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreen.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreen">IsFullScreen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListButtonVisibleProperty.html">IsItemListButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListButtonVisible">IsItemListButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListVisibleProperty.html">IsItemListVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListVisible">IsItemListVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsLoopButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopButtonVisibleProperty.html">IsLoopButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsLoopButtonVisible">IsLoopButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsLoopingProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopingProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopingProperty.html">IsLoopingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLooping.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsLooping">IsLooping</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsMutedProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsMutedProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsMutedProperty.html">IsMutedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsMuted.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsMuted">IsMuted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsNextButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsNextButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsNextButtonVisibleProperty.html">IsNextButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsNextButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsNextButtonVisible">IsNextButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPlayButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayButtonVisibleProperty.html">IsPlayButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPlayButtonVisible">IsPlayButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPlayingProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayingProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayingProperty.html">IsPlayingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlaying.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPlaying">IsPlaying</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPositionSliderVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPositionSliderVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPositionSliderVisibleProperty.html">IsPositionSliderVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPositionSliderVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPositionSliderVisible">IsPositionSliderVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPreviousButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPreviousButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPreviousButtonVisibleProperty.html">IsPreviousButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPreviousButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPreviousButtonVisible">IsPreviousButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsStopButtonVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsStopButtonVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsStopButtonVisibleProperty.html">IsStopButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsStopButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsStopButtonVisible">IsStopButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsTimePresenterVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsTimePresenterVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTimePresenterVisibleProperty.html">IsTimePresenterVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTimePresenterVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsTimePresenterVisible">IsTimePresenterVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsTitleVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsTitleVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTitleVisibleProperty.html">IsTitleVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTitleVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsTitleVisible">IsTitleVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsVolumeControlVisibleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsVolumeControlVisibleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsVolumeControlVisibleProperty.html">IsVolumeControlVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsVolumeControlVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsVolumeControlVisible">IsVolumeControlVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaStateProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaStateProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaStateProperty.html">MediaStateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaState.html#C1_WPF_MediaPlayer_C1MediaPlayer_MediaState">MediaState</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaTransformProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaTransformProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaTransformProperty.html">MediaTransformProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaTransform.html#C1_WPF_MediaPlayer_C1MediaPlayer_MediaTransform">MediaTransform</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MouseOverBrushProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MouseOverBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_NaturalDurationProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.NaturalDurationProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.NaturalDurationProperty.html">NaturalDurationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.NaturalDuration.html#C1_WPF_MediaPlayer_C1MediaPlayer_NaturalDuration">NaturalDuration</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PausedTemplateProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PausedTemplateProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PausedTemplateProperty.html">PausedTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PausedTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_PausedTemplate">PausedTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PositionProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PositionProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PositionProperty.html">PositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Position.html#C1_WPF_MediaPlayer_C1MediaPlayer_Position">Position</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PressedBrushProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PressedBrushProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PressedBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ScreenExtensionProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ScreenExtensionProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ScreenExtensionProperty.html">ScreenExtensionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ScreenExtension.html#C1_WPF_MediaPlayer_C1MediaPlayer_ScreenExtension">ScreenExtension</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsFullScreenProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsFullScreenProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsFullScreenProperty.html">SuperimposeButtonsFullScreenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsFullScreen.html#C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsFullScreen">SuperimposeButtonsFullScreen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsWindowedProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsWindowedProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsWindowedProperty.html">SuperimposeButtonsWindowedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsWindowed.html#C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsWindowed">SuperimposeButtonsWindowed</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarButtonBaseStyleProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarButtonBaseStyleProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarButtonBaseStyleProperty.html">ToolBarButtonBaseStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarButtonBaseStyle.html#C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarButtonBaseStyle">ToolBarButtonBaseStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtensionProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtensionProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtensionProperty.html">ToolBarExtensionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension.html#C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension">ToolBarExtension</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_UnstartedTemplateProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.UnstartedTemplateProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.UnstartedTemplateProperty.html">UnstartedTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.UnstartedTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_UnstartedTemplate">UnstartedTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_VolumeProperty" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.VolumeProperty">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.VolumeProperty.html">VolumeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Volume.html#C1_WPF_MediaPlayer_C1MediaPlayer_Volume">Volume</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_AutoAdvance" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.AutoAdvance">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoAdvance.html#C1_WPF_MediaPlayer_C1MediaPlayer_AutoAdvance">AutoAdvance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the player advances to the next media item when the reproduction of the current item ends.  See also <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlay.html#C1_WPF_MediaPlayer_C1MediaPlayer_AutoPlay">AutoPlay</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_AutoPlay" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlay">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.AutoPlay.html#C1_WPF_MediaPlayer_C1MediaPlayer_AutoPlay">AutoPlay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether media begins to play automatically when the player starts or the current media item changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_BufferingProgress" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingProgress">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingProgress.html#C1_WPF_MediaPlayer_C1MediaPlayer_BufferingProgress">BufferingProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates the percentage of buffering progress made.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_BufferingTemplate" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingTemplate">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.BufferingTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_BufferingTemplate">BufferingTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for an overlay over the screen when the state is Buffering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ButtonBackground" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonBackground">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonBackground.html#C1_WPF_MediaPlayer_C1MediaPlayer_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ButtonForeground" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonForeground">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ButtonForeground.html#C1_WPF_MediaPlayer_C1MediaPlayer_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_DownloadProgress" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.DownloadProgress">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.DownloadProgress.html#C1_WPF_MediaPlayer_C1MediaPlayer_DownloadProgress">DownloadProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a percentage value indicating the amount of download completed for content located on a remote server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_FocusBrush" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.FocusBrush">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.FocusBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListButtonVisible">IsChapterListButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that toggles the visibility of list of chapter items is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsChapterListVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsChapterListVisible">IsChapterListVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the list of chapters for the current media item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreen" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreen">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreen.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreen">IsFullScreen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the player is running maximized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreenButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsFullScreenButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsFullScreenButtonVisible">IsFullScreenButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that toggles full screen mode is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListButtonVisible">IsItemListButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that toggles the visibility of list of media items is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsItemListVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsItemListVisible">IsItemListVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the list of media items is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsLoopButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLoopButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsLoopButtonVisible">IsLoopButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that toggles media item list looping is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsLooping" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsLooping">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsLooping.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsLooping">IsLooping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the first media item should play after the last finishes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsMuted" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsMuted">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsMuted.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsMuted">IsMuted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the audio is muted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsNextButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsNextButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsNextButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsNextButtonVisible">IsNextButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that advances to the next media item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPlayButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlayButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPlayButtonVisible">IsPlayButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that starts and stops media playing is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPlaying" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlaying">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPlaying.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPlaying">IsPlaying</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether media advances.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPositionSliderVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPositionSliderVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPositionSliderVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPositionSliderVisible">IsPositionSliderVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the slider that shows and controls the current position is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsPreviousButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsPreviousButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsPreviousButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsPreviousButtonVisible">IsPreviousButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that advances to the previous media item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsStopButtonVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsStopButtonVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsStopButtonVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsStopButtonVisible">IsStopButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button that stops the media is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsTimePresenterVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsTimePresenterVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTimePresenterVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsTimePresenterVisible">IsTimePresenterVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the widget that shows the current and total time of the media is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsTitleVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsTitleVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsTitleVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsTitleVisible">IsTitleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text block that shows the title of the current item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsVolumeControlVisible" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsVolumeControlVisible">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsVolumeControlVisible.html#C1_WPF_MediaPlayer_C1MediaPlayer_IsVolumeControlVisible">IsVolumeControlVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control that controls the media's volume is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Items" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Items">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Items.html#C1_WPF_MediaPlayer_C1MediaPlayer_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>List of <a class="xref" href="C1.WPF.MediaPlayer.C1MediaItem.html">C1MediaItem</a> to play.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ItemsView" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ItemsView">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ItemsView.html#C1_WPF_MediaPlayer_C1MediaPlayer_ItemsView">ItemsView</a>
        </td>
        <td class="markdown level1 summary"><p>Collection view that mantains the current item for <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Items.html#C1_WPF_MediaPlayer_C1MediaPlayer_Items">Items</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaState" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaState">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaState.html#C1_WPF_MediaPlayer_C1MediaPlayer_MediaState">MediaState</a>
        </td>
        <td class="markdown level1 summary"><p>The current playing state of the video or audio file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaTransform" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaTransform">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaTransform.html#C1_WPF_MediaPlayer_C1MediaPlayer_MediaTransform">MediaTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a graphics transformation that should apply to the media rectangle when layout is performed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MouseOverBrush" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MouseOverBrush">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MouseOverBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MoveCurrentToCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MoveCurrentToCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MoveCurrentToCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_MoveCurrentToCommand">MoveCurrentToCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the MoveCurrentTo command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_NaturalDuration" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.NaturalDuration">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.NaturalDuration.html#C1_WPF_MediaPlayer_C1MediaPlayer_NaturalDuration">NaturalDuration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the natural duration of the current media item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_NextCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.NextCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.NextCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_NextCommand">NextCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Next command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PauseCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PauseCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PauseCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_PauseCommand">PauseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Pause command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PausedTemplate" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PausedTemplate">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PausedTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_PausedTemplate">PausedTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for an overlay over the screen when the state is Paused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PlayCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PlayCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PlayCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_PlayCommand">PlayCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Play command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Position" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Position">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Position.html#C1_WPF_MediaPlayer_C1MediaPlayer_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current position of the current media item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PressedBrush" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PressedBrush">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PressedBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_PreviousCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.PreviousCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.PreviousCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_PreviousCommand">PreviousCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Previous command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ScreenExtension" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ScreenExtension">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ScreenExtension.html#C1_WPF_MediaPlayer_C1MediaPlayer_ScreenExtension">ScreenExtension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for an optional overlay of the video area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_SeekCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.SeekCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SeekCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_SeekCommand">SeekCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Seek command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_StopCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.StopCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.StopCommand.html#C1_WPF_MediaPlayer_C1MediaPlayer_StopCommand">StopCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that represents the Stop command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsFullScreen" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsFullScreen">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsFullScreen.html#C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsFullScreen">SuperimposeButtonsFullScreen</a>
        </td>
        <td class="markdown level1 summary"><p>Set to true to show the buttons over the video when the player is in full screen mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsWindowed" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsWindowed">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.SuperimposeButtonsWindowed.html#C1_WPF_MediaPlayer_C1MediaPlayer_SuperimposeButtonsWindowed">SuperimposeButtonsWindowed</a>
        </td>
        <td class="markdown level1 summary"><p>Set to true to show the buttons over the video when the player is not in full screen mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarButtonBaseStyle" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarButtonBaseStyle">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarButtonBaseStyle.html#C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarButtonBaseStyle">ToolBarButtonBaseStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the ToolBat buttons, so that the theme can be matched by user controls in the ToolBarExtension template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ToolBarExtension.html#C1_WPF_MediaPlayer_C1MediaPlayer_ToolBarExtension">ToolBarExtension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for an optional extension of the ToolBar that contains the show/hide items/chapter list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_UnstartedTemplate" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.UnstartedTemplate">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.UnstartedTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_UnstartedTemplate">UnstartedTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for an overlay over the screen when the state is Unstarted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_VideoBrush" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.VideoBrush">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.VideoBrush.html#C1_WPF_MediaPlayer_C1MediaPlayer_VideoBrush">VideoBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Brush that paints an area with video content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Volume" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Volume">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Volume.html#C1_WPF_MediaPlayer_C1MediaPlayer_Volume">Volume</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the media's volume.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateCommon.html#C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateIdle_System_Boolean_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateIdle(System.Boolean)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateIdle.html#C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateIdle_System_Boolean_">ChangeVisualStateIdle(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Idle visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateMedia_System_Boolean_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateMedia(System.Boolean)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ChangeVisualStateMedia.html#C1_WPF_MediaPlayer_C1MediaPlayer_ChangeVisualStateMedia_System_Boolean_">ChangeVisualStateMedia(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Media visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Close" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Close">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Close.html#C1_WPF_MediaPlayer_C1MediaPlayer_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the underlying media.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_OnApplyTemplate" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.OnApplyTemplate.html#C1_WPF_MediaPlayer_C1MediaPlayer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.OnMouseMove.html#C1_WPF_MediaPlayer_C1MediaPlayer_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the <span class="xref">MouseMove</span> event occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.OnPropertyChanged.html#C1_WPF_MediaPlayer_C1MediaPlayer_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Pause" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Pause">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Pause.html#C1_WPF_MediaPlayer_C1MediaPlayer_Pause">Pause()</a>
        </td>
        <td class="markdown level1 summary"><p>Pauses media at the current position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Play" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Play">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Play.html#C1_WPF_MediaPlayer_C1MediaPlayer_Play">Play()</a>
        </td>
        <td class="markdown level1 summary"><p>Plays media from the current position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_Stop" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.Stop">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.Stop.html#C1_WPF_MediaPlayer_C1MediaPlayer_Stop">Stop()</a>
        </td>
        <td class="markdown level1 summary"><p>Stops and resets media to be played from the beginning of the current item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_IsMouseOverChanged" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaFailed" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaFailed">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaFailed.html">MediaFailed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when there is an error associated with the MediaSource of the current <a class="xref" href="C1.WPF.MediaPlayer.C1MediaItem.html">C1MediaItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_MediaStateChanged" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.MediaStateChanged">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.MediaStateChanged.html">MediaStateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">MediaState</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaPlayer_ScriptCommand" data-uid="C1.WPF.MediaPlayer.C1MediaPlayer.ScriptCommand">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.ScriptCommand.html">ScriptCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a script command has been encountered within the media.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
