AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.6.0" />

.NET API 844,288 bytes

 HTMLProgressElement

Represents the HTML progress element.
public bool IsDeterminate { get; }

Gets if the progress bar is determinate. Otherwise it is considered to be an indeterminate progress bar.

public INodeList Labels { get; }

Gets the list of assigned labels.

public double Max { get; set; }

Gets or sets the maximum value.

public double Position { get; }

Gets the position.

public bool SupportsLabels { get; }

Gets if labels are supported.

public double Value { get; set; }

Gets or sets the current value.