MediaPlayer.Volume 屬性

定義

取得或設定媒體的磁碟區。

public:
 property double Volume { double get(); void set(double value); };
public double Volume { get; set; }
member this.Volume : double with get, set
Public Property Volume As Double

屬性值

介於 0 和 1 之間的線性標尺上表示的媒體磁碟區。 預設值是 0.5。

備註

XAML 文字使用方式

通常不會用於 XAML。

適用於