AngleSharp by Florian Rappl

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

.NET API 1,172,480 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.

Creates a new HTML progress element.