Gets a value indicating whether the value should auto reverse when going below minimum or above maximum. Namespace: MindFusion.UI.Web
|
JavaScript
![]() |
---|
function get_autoReverse () |
Type: Boolean
True if the value auto reverses, otherwise false.
If the current value equals 100 and auto reverse is enabled (all other properties are set to default), incrementing the value will change it to 0 (the minimum set).
JavaScript
![]() |
---|
// enable auto reverse |