The TrackBarTickStyle enumeration contains styles of labeling.
It is used by the following property:
| Value | Brief description |
| 0 | None. No labels. |
| 1 | Auto. The number of displayed intervals and position of ticks are calculated automatically depending on values of the Min, Max and Frequence properties. |
| 2 | Manual. Start and end ticks are set. The other ticks are placed by the SetTick method. |
See also: