Inverted level bars grow in the opposite direction.
LevelBar.inverted
bool inverted() @propertyGet inverted property.
Returns
Level bars normally grow from top to bottom or left to right.
void inverted(bool propval) @propertySet inverted property.
Parameters
propval | Level bars normally grow from top to bottom or left to right. Inverted level bars grow in the opposite direction. |