wijmo.progressbar.wijprogressbar Namespace > options type : indicatorIncrement Option |
Default value: 1
The increment of the progress bar's indicator.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijprogressbar("option", "indicatorIncrement"); // Set value var newValue; // Type: number $(".selector").wijprogressbar("option", "indicatorIncrement", newValue); }); |
Javascript (Specification) | |
---|---|
|