Share via


SmoothStreamingMediaElement.DownloadProgress Property

Gets or sets the download progress.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property DownloadProgress As Double
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

value = instance.DownloadProgress
public double DownloadProgress { get; }
public:
property double DownloadProgress {
    double get ();
}
member DownloadProgress : float
function get DownloadProgress () : double

Property Value

Type: System.Double
A value that indicates the percentage progress of the download.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace