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