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".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijprogressbar("option", "labelAlign"); // Set value var newValue; // Type: string $(".selector").wijprogressbar("option", "labelAlign", newValue); }); |
Javascript (Specification) | |
---|---|
|