UpdateDisplayPercentDownloaded Property |
Gets a value indicating the percent of the update package that has been downloaded.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic double PercentDownloaded { get; }
Public ReadOnly Property PercentDownloaded As Double
Get
public:
property double PercentDownloaded {
double get ();
}
member PercentDownloaded : float with get
Property Value
Type:
Double
See Also