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

In This Topic
    MaxScale Property
    In This Topic
    Configurates C1.Web.Mvc.RangeSelector<T>.MaxScale. Sets the maximum range scale of the range selector.
    Syntax
    'Declaration
     
    Public Property MaxScale As Double
    public double MaxScale {get; set;}
    Remarks
    The maximum scale is between 0 and 1.
    See Also