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

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