AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 IHtmlMeterElement

Represents the meter HTML element.
double High { get; set; }

Gets or sets the high value.

INodeList Labels { get; }

Gets the list of assigned labels.

double Low { get; set; }

Gets or sets the low value.

double Maximum { get; set; }

Gets or sets the maximum value.

double Minimum { get; set; }

Gets or sets the minimum value.

double Optimum { get; set; }

Gets or sets the optimum value.

double Value { get; set; }

Gets or sets the current value.