Wijmo UI for the Web
fillDirection Option
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".

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijprogressbar("option", "fillDirection");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijprogressbar("option", "fillDirection", newValue);
        
});
var fillDirection : string;
See Also

Reference

options type
wijprogressbar jQuery Widget