AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-258" />

.NET API 887,296 bytes

 IHtmlMeterElement

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

Gets or sets the high value.

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.