Share via


DownloadProgressEventArgs.Progress 属性

定义

获取表示位图下载进度的值,由百分比表示。

public:
 property int Progress { int get(); };
public int Progress { get; }
member this.Progress : int
Public ReadOnly Property Progress As Integer

属性值

表示位图已下载量的百分比进度。 返回的值将介于 1 到 100 之间。

适用于