Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1RangeSlider Class / LowerValue Property

In This Topic
    LowerValue Property (C1RangeSlider)
    In This Topic
    Gets or sets the current lower magnitude of the range control.
    Syntax
    'Declaration
     
    
    Public Property LowerValue As Double
    public double LowerValue {get; set;}
    See Also