"minValue"
The attribute "minValue"; sets the minimum value, which is returned when a slider is moved to minimum position. In case of thumb wheel the thumb wheel is moved between the minimum and maximum value.
Synopsis
shape.minValue(int value);
Parameters
Parameter | Description |
---|---|
shape | Name of the object. |
value | The minimum value. |
Description
The attribute "minValue" sets the minimum value, which is returned when a slider is moved to minimum position. In case of thumb wheel the thumb wheel is moved between the minimum and maximum value.
Example
The following example sets the minimum value to 20.
main(bool enter)
{
SLIDER1.minValue(20);
}
Assignment
Slider, Thumb wheel