Slider
1. Definition
Slider is one possible value that the Type element of the GUI Strings can receive. It creates a slider for the integer section. This component will also be named TrackBar.
Stores a value of type Integer.
2. Options
- "Min": min. value, data type: Integer
- "Max": max. value, data type: Integer
3. Example
{
"Key" : "Slider1",
"Type" : "Slider",
"Caption" : "MySlider",
"Options" :
{
"Min": 23,
"Max": 42
}
}