HTMLMeterElement
Overview
The HTML <meter> elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <meter> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLMeterElement
Properties
high
property high: Double read write;
Double high { get; set; }
var high: Double { get{} set{} }
Double high { __get; __set; }
Property high() As Double
labels
property labels: HTMLElement read;
HTMLElement labels { get; }
var labels: HTMLElement { get{} }
HTMLElement labels { __get; }
ReadOnly Property labels() As HTMLElement
low
property low: Double read write;
Double low { get; set; }
var low: Double { get{} set{} }
Double low { __get; __set; }
Property low() As Double
max
property max: Double read write;
Double max { get; set; }
var max: Double { get{} set{} }
Double max { __get; __set; }
Property max() As Double
min
property min: Double read write;
Double min { get; set; }
var min: Double { get{} set{} }
Double min { __get; __set; }
Property min() As Double
optimum
property optimum: Double read write;
Double optimum { get; set; }
var optimum: Double { get{} set{} }
Double optimum { __get; __set; }
Property optimum() As Double
value
property value: String read write;
String value { get; set; }
var value: String { get{} set{} }
String value { __get; __set; }
Property value() As String