currentValue

Typeproperty
Dictionarywidget.radialslider
LibraryRadial Slider
Syntax
get the currentValue of widget
set the currentValue of widget to <number>
Associationscom.livecode.widget.radialslider
Summary

Specifies the current value of a Radial Slider draggable thumb.

Introduced10
OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
set the currentValue of widget "Radial Slider" to 50
Values
NameTypeDescription
Value

The currentValue of a radial slider widget is a number between the values of the widget's minValue and maxValue properties. By default, the currentValue property of newly created radial slider widgets is set to zero (the default minValue).

Description

Use the property currentValue to move a radial slider widget's draggable thumb when the content it controls is scrolled, or to check where the thumb has been dragged to scroll the content.