CoreWebView2.IsMuted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether all audio output from this CoreWebView2 is muted or not. Set to true will mute this CoreWebView2, and set to false will unmute this CoreWebView2. true
if audio is muted.
public bool IsMuted { get; set; }
member this.IsMuted : bool with get, set
Public Property IsMuted As Boolean
Property Value
Examples
_iWebView2.CoreWebView2.IsMuted = !_iWebView2.CoreWebView2.IsMuted;