DownloadProgressEventArgs.Progress Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets download progress as a value that is between 0 and 100.

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

Syntax

Public ReadOnly Property Progress As Integer
public int Progress { get; }

Property Value

Type: System..::.Int32
The download progress. A value of 0 indicates no progress; 100 indicates the download is complete.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

DownloadProgressEventArgs Class

System.Windows.Media.Imaging Namespace