IsMuted Property
Gets or sets a value that indicates whether the audio is muted.
XAML |
<object IsMuted="Boolean" .../>
|
Scripting |
value = object.IsMuted object.IsMuted = value |
Property Value
true if audio is muted; otherwise, false.
This property is read/write. The default value is false.
Remarks
Muting the media is most relevant for scenarios involving a VideoBrush.
Applies To
See Also
Media Overview
Supported Media Formats and Protocols
Silverlight VideoBrush Overview
MediaElement