AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlProgressElement

Represents the HTML progress element. https://html.spec.whatwg.org/multipage/forms.html#the-progress-element
public bool IsDeterminate { get; }

public INodeList Labels { get; }

public double Maximum { get; set; }

public double Position { get; }

public double Value { get; set; }

public HtmlProgressElement(Document owner, string prefix = null)