Skip to main content

TcxCustomTrackBarProperties.ReverseDirection Property

Switches the scale direction of the track bar to the opposite direction.

Declaration

property ReverseDirection: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to reverse the scale direction of the track bar. In addition to reversing the order of track bar values, this property changes the position of the change buttons and reverses the functionality provided by thumb navigation keys. Refer to the LineSize and PageSize properties to learn more about this functionality.

The default value of the ReverseDirection property is False.

See Also