valueFormat

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

Specifies the format to render the value.

Description:
Use the <a href="valueFormat_LCS_property.html">valueFormat</a> property to define the format of the value label.

Use # for digits specification and . for decimal point

Example
      --The value label will be formatted as a real with two decimal points
      set the valueFormat of widget "Radial Slider" to "#.##"
Description

Specifies the format to render the value.

Description:
Use the <a href="valueFormat_LCS_property.html">valueFormat</a> property to define the format of the value label.

Use # for digits specification and . for decimal point