constants TickStyleEnum
Specifies how the control displays the ticks. Use the
TickStyle
property to specify how the ticks are displayed. The
TickColor
property indicates the color to paint the ticks.
Name
Value
Description
exBottomRight
0
The ticks are displayed on the bottom/right side.
exTopLeft
1
The ticks are displayed on the top/left side.
exBoth
2
The ticks are displayed on the both side.
exNoTicks
3
No ticks are displayed.