DownloadProgressEventArgs.Progress Property

Definition

Gets a value that represents the download progress of a bitmap, expressed as a percentage.

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

Property Value

The progress, expressed as a percentage, to which a bitmap has been downloaded. The returned value will be between 1 and 100.

Applies to