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

In This Topic
    IsNextButtonVisible Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the button that advances to the next media item is visible.
    Syntax
    'Declaration
     
    
    Public Property IsNextButtonVisible As Boolean
    public bool IsNextButtonVisible {get; set;}
    See Also