ComponentOne MediaPlayer for WPF and Silverlight
C1.WPF.MediaPlayer Namespace / C1MediaItem Class / Chapters Property

In This Topic
    Chapters Property (C1MediaItem)
    In This Topic
    Gets the list of C1MediaChapter for this media item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Chapters As ObservableCollection(Of C1MediaChapter)
    public ObservableCollection<C1MediaChapter> Chapters {get;}
    See Also