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。

適用於