Wijmo UI for the Web
labelAlign Option
wijmo.progressbar.wijprogressbar Namespace > options type : labelAlign Option

Default value: 'center'

The label's alignment on the progress bar. The value should be "east", "west", "center", "north", "south" or "running".

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

Reference

options type
wijprogressbar jQuery Widget