SetPosition Method (JSlider)

Class

JSlider.

Action

Sets the current position of the slider.

Syntax

slider.SetPosition(position)
Variable Description
position The current value of the slider position. Integer.

Examples

verticalSlider.SetPosition(10)