Click or drag to resize

UpdatedEventArgsProgress Property

Gets the rough percent complete.

Namespace:  DotNetBrowser.Downloads.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public float Progress { get; }

Property Value

Type: Single
Rough percent complete. If the download size is not known, this value will be equal to -1.
See Also