ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class / LowerValue Property

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