Windows.UI.Xaml.Controls.MediaElement.IsMuted
September 14, 2021 · View on GitHub
-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.