MediaElement.DownloadProgress プロパティ

定義

リモート サーバーにあるコンテンツのダウンロードが完了した量を示すパーセンテージ値を取得します。

public:
 property double DownloadProgress { double get(); };
public double DownloadProgress { get; }
member this.DownloadProgress : double
Public ReadOnly Property DownloadProgress As Double

プロパティ値

リモート サーバー上にあるコンテンツのダウンロードが完了した量を示すパーセンテージ値。 値の範囲は 0 から 1 です。 既定値は 0 です。

適用対象