property Property.SliderTickFrequency as Double
Returns or sets a value that indicates the ratio of ticks on the slider control.

TypeDescription
Double A Double expression that indicates the ratio of ticks on the slider control.
By default, the SliderTickFrequency property is 0. If the SliderTickFrequency property is 0 the slider displays no ticks. The SliderTickFrequency property specifies the frequency to display ticks on a slider control. Use the EditSlider type when adding the property to assign a slider control to a property. The SliderWidth property determines the width of the slider in the property. The SliderStep property determines the slider step, when user moves the slider. The SliderMin and SliderMax properties determine the range being used by the Value property.