"invertedAppearance"
Changes the direction of the slider into top = minimum value and bottom = maximum value.
Synopsis
setValue(string shape, "invertedAppearance", bool invert = FALSE);
getValue(string shape, "invertedAppearance", bool &invert =
FALSE);
shape.invertedAppearance(bool invert = FALSE);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
invert |
TRUE: top = minimum value, bottom = maximum value FALSE: bottom = minimum value, bottom = maximum value |
Description
Changes the direction of the slider into top = minimum value and bottom = maximum value.
Example
main()
{
this.invertedAppearance(TRUE);
}