Gets or sets a value indicating whether media begins to play automatically when the player starts or the current media item changes.

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

Syntax

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

See Also