Having trouble getting help?
Contact Support
Contact Support
Orientation
30 Jan 20251 minute to read
The Slider can be displayed, either in horizontal or vertical by using orientation
property. By default, the Slider renders in horizontal orientation.
<ejs-slider id="default" value="30" orientation="Vertical"></ejs-slider>
<style>
#default {
height: 300px;
}
</style>
public IActionResult Index()
{
return View();
}