DesktopSlider.Value

From Xojo Documentation

Property (As Integer )
aDesktopSlider.Value = newIntegerValue
or
IntegerValue = aDesktopSlider.Value

New in 2021r3

Supported for all project types and targets.

The current value of the slider.

Example

This example sets the maximum and current values of the Slider.

Me.Maximum = 50
Me.Value = 10