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