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

In This Topic
    AutoAdvance Property (C1MediaPlayer)
    In This Topic
    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 AutoPlay.
    Syntax
    'Declaration
     
    
    Public Property AutoAdvance As Boolean
    public bool AutoAdvance {get; set;}
    See Also