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

In This Topic
    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