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

In This Topic
    IsMuted Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the audio is muted.
    Syntax
    'Declaration
     
    
    Public Property IsMuted As Boolean
    public bool IsMuted {get; set;}
    See Also