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