MediaPlayer.IsMuted プロパティ

定義

メディアがミュートされているかどうかを示す値を取得します。

public:
 property bool IsMuted { bool get(); void set(bool value); };
public bool IsMuted { get; set; }
member this.IsMuted : bool with get, set
Public Property IsMuted As Boolean

プロパティ値

Boolean

メディアがミュートされている場合は true。それ以外の場合は false。

適用対象