Meter Widget - Orientation
|
This attribute determines the direction or layout of the METER.
ORIENTATION Attribute Values
Allowed Value
|
Description
|
"UP", "VERTICAL"
|
The METER will be oriented vertically, MINIMUM at left, MAXIMUM at right, and the value of VALUE will increase in the clockwise direction.
|
"DOWN"
|
The METER will be oriented vertically, MINIMUM at left, MAXIMUM at right, and the value of VALUE will increase in the counterclockwise direction.
|
"RIGHT",
"HORIZONTAL"
|
The METER will be oriented horizontally, MINIMUM at bottom, MAXIMUM at top, and the value of VALUE will increase in the counterclockwise direction.
|
"LEFT"
|
The METER will be oriented horizontally, MINIMUM at bottom, MAXIMUM at top, and the value of VALUE will increase in the clockwise direction.
|