MutedChangedEventArgsIsMuted Property
Gets or sets a value indicating whether this instance is muted.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsMuted { get; }
Public ReadOnly Property IsMuted As Boolean
Get
Dim instance As MutedChangedEventArgs
Dim value As Boolean
value = instance.IsMuted
public:
property bool IsMuted {
bool get ();
}
member IsMuted : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if this instance is muted; otherwise,
.