New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Layout

Set the Orientation property to display the slider Vertical or Horizontal.

ASP.NET
<telerik:radslider id="RadSlider1" runat="server" orientation="Horizontal" />
<telerik:radslider id="RadSlider2" runat="server" orientation="Vertical" />
C#
RadSlider1.Orientation = Telerik.Web.UI.Orientation.Horizontal;
RadSlider2.Orientation = Telerik.Web.UI.Orientation.Vertical;

See Also

In this article
See Also
Not finding the help you need?
Contact Support