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

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