controlNavVerticalAlign
Version: Pro
controlNavVerticalAlign
type: String
default: "right"
Sets the position of the outside vertical control: "left" or "right".
Example:
var myEvoSlider = $("#mySlider").evoSlider({
controlNavVerticalAlign: "right"
});