System.Windows.Forms.TrackBar.TickFrequency Property

Gets or sets a value that specifies the delta between ticks drawn on the control.

Syntax

[System.ComponentModel.DefaultValue(1)]
public int TickFrequency { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

For a System.Windows.Forms.TrackBar with a large range of values between the TrackBar.Minimum and the TrackBar.Maximum properties, it might be impractical to draw all the ticks for values on the control. For example, if you have a control with a range of 100, passing in a value of 5 here causes the control to draw 20 ticks. In this case, each tick represents five units in the range of values.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0