DownloadProgressEventArgs::Progress Property

 

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

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property int Progress {
	int get();
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: