ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / RangeSelectorTagHelper Class / Orientation Property

In This Topic
    Orientation Property (RangeSelectorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RangeSelector<T>.Orientation. Sets the orientation of the range selector.
    Syntax
    'Declaration
     
    Public Property Orientation As Orientation
    public Orientation Orientation {get; set;}
    See Also