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

Default value: ""

The Url of the image's indicator.

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

Reference

options type
wijprogressbar jQuery Widget