Wijmo UI for the Web
orientation Option
wijmo.slider.wijslider Namespace > options type : orientation Option

Default value: 'horizontal'

The orientation option determines whether the wijslider is positioned horizontally or vertically.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijslider("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijslider("option", "orientation", newValue);
        
});
var orientation : string;
Remarks
If the slider is positioned horizontally, then the min value will be at the left and the max value will be at the right. If the slider is positioned vertically, then the min value is at the bottom and the max value is at the top of the widget. By default, the widget's orientation is horizontal.
See Also

Reference

options type
wijslider jQuery Widget