ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / Items Property

In This Topic
    Items Property (C1MediaPlayer)
    In This Topic
    List of C1MediaItem to play.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ObservableCollection(Of C1MediaItem)
    public ObservableCollection<C1MediaItem> Items {get;}
    See Also