Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Slider Class / Minimum Property

In This Topic
    Minimum Property (C1Slider)
    In This Topic
    The lowest value in the range of permitted values. This value must be less than or equal to the value of the Maximum parameter.
    Syntax
    'Declaration
     
    
    Public Property Minimum As Double
    public double Minimum {get; set;}
    See Also