Orientation
17 Feb 20221 minute to read
The Slider can be displayed, either in horizontal or vertical orientation. 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();
}