HTMLProgressElement
Overview
The HTMLProgressElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <progress> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLProgressElement
Properties
labels
property labels: array of Element read;
Element[] labels { get; }
var labels: Element... { get{} }
Element[] labels { __get; }
ReadOnly Property labels() As Element()
max
property max: Double read write;
Double max { get; set; }
var max: Double { get{} set{} }
Double max { __get; __set; }
Property max() As Double
position
property position: Int32 read;
Int32 position { get; }
var position: Int32 { get{} }
Int32 position { __get; }
ReadOnly Property position() As Int32
value
property value: String read write;
String value { get; set; }
var value: String { get{} set{} }
String value { __get; __set; }
Property value() As String