Slider - Orientation


Horizontal slider (default)

Vertical slider (Orientation(Orientation.Vertical))

About this example


The Orientation method of the Slider defines how the slider will be displayed in the page - vertically or horizontally. By default the slider will render horizontally. To use the method:

  • Orientation(Orientation.Horizontal) or
  • Orientation(Orientation.Vertical)