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.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public bool AutoAdvance { get; set; }
Visual Basic
Public Property AutoAdvance As Boolean
	Get
	Set

See Also