MediaElement.IsMuted Property

Definition

Gets or sets a value indicating whether the audio is muted.

public:
 property bool IsMuted { bool get(); void set(bool value); };
public bool IsMuted { get; set; }
member this.IsMuted : bool with get, set
Public Property IsMuted As Boolean

Property Value

true if audio is muted; otherwise, false. The default is false.

Remarks

Dependency Property Information

Identifier field IsMutedProperty
Metadata properties set to true None

Applies to