min_value = int;
Specify the minimum value of a slider.
This attribute specifies the minimum value that a slider tile returns.
int: a 32-bit integer; default = 0 and minimum = -2,147,483,648.
Example
min_value = -16;
max_value = 16;
small_increment = 1;
big_increment = 10;
NOTE Horizontal sliders increase in value from left to right; vertical sliders increase value from top to bottom.
The big_increment and small_increment attributes specify how much the slider increments when the user clicks on slider.
Valid Tile