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

Default value: 'horizontal'

Determines the orientation of the slider. Possible values are: "vertical" & "horizontal"

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcarousel("option", "sliderOrientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcarousel("option", "sliderOrientation", newValue);
        
});
var sliderOrientation : string;
Example
$("#element").wijcarousel( { sliderOrientation: "vertical" } );
See Also

Reference

options type
wijcarousel jQuery Widget