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