Gets a percentage value indicating the amount of download completed for content located on a remote server.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public double DownloadProgress { get; private set; }
Visual Basic
Public Property DownloadProgress As Double
	Get
	Private Set

Remarks

The value ranges from 0 to 1. The default value is 0.

See Also