ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1RangeSlider Class / SmallChange Property

In This Topic
    SmallChange Property
    In This Topic
    Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.
    Syntax
    'Declaration
     
    
    Public Property SmallChange As Double
    public double SmallChange {get; set;}
    See Also