TdxCustomZoomTrackBarProperties.ThumbStep Property
In This Article
Specifies the manner in which the track bar’s thumb is moved when the track bar is clicked.
#Declaration
Delphi
property ThumbStep; default cxtsJump;
#Property Value
Type | Default |
---|---|
Tcx |
cxts |
#Remarks
This property offers the same functionality as the Properties.ThumbStep property of a normal track bar editor. Refer to the TcxCustomTrackBarProperties.ThumbStep property description to learn more.
The default value of the ThumbStep property is cxtsJump.
See Also