orientationString(default: "horizontal")

The orientation of a Slider: "horizontal" or "vertical".

Example

<div style="height: 200px; width: 100px;">
  <input id="slider" />
</div>
<script>
  $("#slider").kendoSlider({
    orientation: "vertical",
    min: 0,
    max: 100,
    value: 30,
    smallStep: 5
  });
</script>
In this article
orientation
Not finding the help you need?
Contact Support