property Slider.TickFrequencyF as Double
Returns or sets a value that indicates the ratio of ticks on the control.

TypeDescription
Double A floating expression that that indicates the ratio of ticks on the control.
By default, the TickFrequencyF property is 1.00 The TickFrequencyF indicates the ratio of ticks in the control, when the AllowFloat property is True . Use the TickStyle property to indicate where the ticks are displayed. Use the TickColor property specifies the color to paint the ticks. The LabelTick property indicates the HTML expression to be displayed as labels for each tick. The SmallChangeF property indicates the minimum movement of the slider's position.