Click or drag to resize

LoadProgressChangedEventArgsProgress Property

Gets the value between 0 and 1 indicating the loading progress of the web page.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public double Progress { get; }

Property Value

Type: Double
a value between 0 and 1 indicating the loading progress of the web page.
See Also