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

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