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