Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 482 Bytes

mediaelement_ismuted.md

File metadata and controls

29 lines (19 loc) · 482 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MediaElement.IsMuted
winrt property

Windows.UI.Xaml.Controls.MediaElement.IsMuted

-description

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

-xaml-syntax

<MediaElement IsMuted="bool" .../>

-property-value

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

-remarks

-examples

-see-also