On this page:
Requirements
This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.
Configuration
After dragging and dropping the component into the Drawing area, double-click it to open the graphical element configuration window.
Slider Settings | |
---|---|
Field | Description |
SliderValue | Specifies the object or tag to which the Slider control is bound. The slider will reflect and control the value of this tag, allowing real-time adjustment and monitoring. |
Binding | Sets the binding mode for the component. Options are: TwoWay updates the data source and UI interchangeably; OutputOnly allows data output without user input; InputOnly accepts user input show the last value data source. |
Minimum | Specifies the minimum value of the slider. In this example, it is set to 0, defining the lower limit for the slider's range. |
Maximum | Specifies the maximum value of the slider. In this example, it is set to 100, defining the upper limit for the slider's range. |
Orientation | Controls the orientation of the slider. Options are Horizontal (moves left to right) and Vertical (moves up and down). |
Runtime ExecutionÂ
When users adjust a slider, the application updates the value based on the slider's position. This real-time adjustment allows for precise control over parameters, such as speed, temperature, or volume. The slider's visual feedback helps users fine-tune settings, providing an intuitive way to manage continuous values.
In this section: