ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / DownloadProgress Property

In This Topic
    DownloadProgress Property (C1MediaPlayer)
    In This Topic
    Gets a percentage value indicating the amount of download completed for content located on a remote server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DownloadProgress As Double
    public double DownloadProgress {get;}
    Remarks
    The value ranges from 0 to 1. The default value is 0.
    See Also