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

In This Topic
    IsPlayButtonVisible Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the button that starts and stops media playing is visible.
    Syntax
    'Declaration
     
    
    Public Property IsPlayButtonVisible As Boolean
    public bool IsPlayButtonVisible {get; set;}
    See Also