SetPosition Method (JSlider)

Class

JSlider class

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)