共用方式為


MediaElement.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。 預設為 false

備註

相依性屬性資訊

識別碼欄位 IsMutedProperty
中繼資料屬性設定為 true

適用於