ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider Class / LargeChange Property

In This Topic
    LargeChange 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 large distance.
    Syntax
    'Declaration
     
    Public Property LargeChange As Double
    public double LargeChange {get; set;}
    See Also