AutoPlay Property (C1MediaPlayer)
In This Topic
Gets or sets a value indicating whether media begins to play automatically when the player starts or the current media item changes.
Syntax
'Declaration
Public Property AutoPlay As Boolean
public bool AutoPlay {get; set;}
See Also