ComponentOne Slider for ASP.NET WebForms
Appearance / Orientation
In This Topic
    Orientation
    In This Topic

    C1Slider includes the ability to orient the control either horizontally or vertically using the C1Slider.Orientation property. By default the control initially appears with a horizontal page orientation when placed on the page. You can easily change the orientation from the Properties window, in Source view, and in code using the C1Slider.Orientation property.

    C1Slider includes the following orientations:

    Orientation Preview
    Horizontal (default)
    Vertical
    See Also