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

In This Topic
    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