Skip to main content

TdxCustomZoomTrackBarProperties.ThumbStep Property

Specifies the manner in which the track bar’s thumb is moved when the track bar is clicked.

Declaration

property ThumbStep; default cxtsJump;

Property Value

Type Default
TcxTrackBarThumbStep cxtsJump

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