Gets or sets a value to be added to or subtracted from the Value property when the slider is moved a large distance( as float ).
Type
Description
Double
A floating expression that indicates the value being added or subtracted from the
control's Value when the user clicks the slider's upper or lower area.
By default, the LargeChangeF property is 10.00 This
property has effect ONLY if the AllowFloat
property is True. The LargeChangeF
property gets or sets a value to be added to or subtracted from the ValueF
property when the slider is moved a large distance. The SmallChangeF
property gets or sets the value added to or subtracted from the ValueF property
when the thumb is moved a small distance. If the LargeChangeF property is 0,
the ValueF property is not changed when clicking the the upper or lower part of
the control. Use the MinimumF and MaximumF
properties to specify the range's value. Use the Caption
property to put a HTML text on any part of the control. The LabelTick
property indicates the HTML expression to be displayed as labels for each
tick.