ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1RangeSlider Class / UpperValue Property

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