IsMuted

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether the audio is muted.

<object IsMuted="Boolean"  .../>
value = object.IsMuted
object.IsMuted = value

Property Value

Type: Boolean

true if audio is muted; otherwise, false.

This property is read/write. The default value is false.

Managed Equivalent

IsMuted

Remarks

Muting the media is most relevant for scenarios that involve a VideoBrush.

Applies To

MediaElement

See Also

Reference