Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


On this page:

Table of Contents
maxLevel3
stylenone


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.

Vertical or horizontal

Slider Settings

Field

Description

Control Name

Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind

Value

The Tag that will receive the value selected.

Min

The minimum value in the scale.

Max

The maximum value in the scale.

Orientation

Vertical or horizontal.

ReadOnly

Enable Read Only mode.

Slider2 Settings

Field

Description

SliderValue

The Tag that will receive the value selected.

Blinding

  • TwoWay
  • OutputOnly
  • InputOnly

Min

The minimum value in the scale.

Max

The maximum value in the scale.

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)

Orientation

.



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:

Page Tree
root@parent
spacesV10