wijmo.progressbar.wijprogressbar Namespace > options type : fillDirection Option |
Default value: 'east'
The fill direction of the progress bar.the value should be "east", "west", "north" or "south".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijprogressbar("option", "fillDirection"); // Set value var newValue; // Type: string $(".selector").wijprogressbar("option", "fillDirection", newValue); }); |
Javascript (Specification) | |
---|---|
|