Sets a value indicating whether the value should auto reverse when going below minimum or above maximum. Namespace: MindFusion.UI.Web
|
JavaScript
![]() |
---|
function set_autoReverse (value) |
Type: Boolean
True if the value should auto reverse, 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 // value will now be 0; |