Properties

animate defines the type of animation, with which the view is shown, if it is a Multiview cell
borderless used to hide the component borders
color defines the custom color for the Gage widget
container an HTML container (or its ID) where the component should be initialized
css the name of the CSS class or the object with styles that will be applied to the view container
disabled indicates whether an item is enabled
format allows to set the required format for Gage values
gravity sets the view gravity
height sets the height of the component
hidden defines whether the view will be hidden initially
id the ID of a widget
keyPressTimeout a delay between the key press and the action
label text label of the gage wigdet
maxHeight sets the maximum height for the view
maxRange sets the maximum range value of the gage scale
maxWidth sets the maximum width for the view
minHeight sets the minimal height for the view
minRange sets the minimum range value of the gage scale
minWidth sets the minimal width for the view
on allows attaching custom handlers to inner events of the component
placeholder specifies measurement units for the gage
scale defines the size of the gage scale
smoothFlow enables smooth animation in the gage widget
stroke defines the width of the gage scale
value sets the initial value to be displayed on the gage scale
width sets the width of a widget
Back to top