TdxCustomZoomTrackBarProperties.ShowTicks Property
Switches the visibility of tick marks.
Declaration
property ShowTicks; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property offers the same functionality as the Properties.ShowTicks property of a normal track bar editor. The only difference between them is that in the zoom track bar editor, the interval between neighboring tick marks is specified via individual Frequency settings of scale ranges. Refer to the TcxCustomTrackBarProperties.ShowTicks property description to learn more about the ShowTicks property.
The default value of the ShowTicks property is False.
See Also