AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 HtmlMeterElement

Represents the HTML meter element. https://html.spec.whatwg.org/multipage/forms.html#dom-meter-low
public double High { get; set; }

public INodeList Labels { get; }

public double Low { get; set; }

public double Maximum { get; set; }

public double Minimum { get; set; }

public double Optimum { get; set; }

public bool SupportsLabels { get; }

Gets if labels are supported.

public double Value { get; set; }

public HtmlMeterElement(Document owner, string prefix = null)

Creates a new HTML meter element.