AngleSharp by AngleSharp

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

.NET API 1,214,976 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)