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
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
See Also
Media Overview
Using a Downloader Object
DownloadProgressChanged