Wijmo UI for the Web
pagerPosition Option
wijmo.carousel.wijcarousel Namespace > options type : pagerPosition Option

A value that indicates the position settings for the pager.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcarousel("option", "pagerPosition");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcarousel("option", "pagerPosition", newValue);
        
});
var pagerPosition : object;
Example
$("#element").wijcarousel( { 
    pagerPosition: {
        my: 'left bottom', 
        at: 'right top', 
        offset: '0 0'} 
});
See Also

Reference

options type
wijcarousel jQuery Widget