Wijmo UI for the Web
controlPosition Option
wijmo.gallery.wijgallery Namespace > options type : controlPosition Option

A value that indicates the position settings for the custom control.

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

Reference

options type
wijgallery jQuery Widget