# C1.WPF.MediaPlayer.C1MediaChapter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_MediaPlayer_C1MediaChapter" data-uid="C1.WPF.MediaPlayer.C1MediaChapter" class="text-break">C1MediaChapter Class
</h1>
  <div class="markdown level0 summary"><p>A distinct segment of a <a class="xref" href="C1.WPF.MediaPlayer.C1MediaItem.html">C1MediaItem</a>.</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"><span class="xref">C1MediaChapter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_C1MediaChapter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1MediaChapter : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1MediaChapter
    Implements INotifyPropertyChanged</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_C1MediaChapter__ctor" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.#ctor">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.-ctor.html#C1_WPF_MediaPlayer_C1MediaChapter__ctor">C1MediaChapter()</a>
        </td>
        <td class="markdown level1 summary"></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_C1MediaChapter_Position" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.Position">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.Position.html#C1_WPF_MediaPlayer_C1MediaChapter_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Position where the chapter starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaChapter_ThumbnailSource" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.ThumbnailSource">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.ThumbnailSource.html#C1_WPF_MediaPlayer_C1MediaChapter_ThumbnailSource">ThumbnailSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that represents the chapter in the chapter list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_C1MediaChapter_Title" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.Title">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.Title.html#C1_WPF_MediaPlayer_C1MediaChapter_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the chapter.</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_C1MediaChapter_OnPropertyChanged_System_String_" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.OnPropertyChanged.html#C1_WPF_MediaPlayer_C1MediaChapter_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.PropertyChanged.html">PropertyChanged</a> event with the provided arguments.</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_C1MediaChapter_PropertyChanged" data-uid="C1.WPF.MediaPlayer.C1MediaChapter.PropertyChanged">
          <a class="xref" href="C1.WPF.MediaPlayer.C1MediaChapter.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the items list of the collection has changed, or the collection is reset.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
