AngleSharp by AngleSharp

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

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