Returns or sets the frequency of tick marks on a Slider control in relation to its range. For example, if the range is 100, and the TickFrequency property is set to 2, there will be one tick for every 2 increments in the range.
Syntax
object.TickFrequency [= number]
The TickFrequency property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a Slider control. |
number | A numeric expression specifying the frequency of tick marks. |