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.23.2
Syntax public double Progress { get; }
Property Value
Type:
Doublea value between 0 and 1 indicating the loading progress of the web page.
See Also