DownloadProgress Property (MediaElement)

Gets a value that indicates the amount of download completed for content that is located on a remote server.

XAML
Cannot be used in XAML.
Scripting
value = object.DownloadProgress

Property Value

Double

A value that indicates the amount of download completed for content that is located on a remote server. The value ranges from 0 to 1. Multiply by 100 to obtain a percentage.

This property is read-only. The default value is 0.

Remarks

The DownloadProgressChanged event occurs when the DownloadProgress property is updated.

Applies To

MediaElement

See Also

Media Overview
Using a Downloader Object
DownloadProgressChanged