Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTrackBarProperties.TickColor Property

Specifies the color of ticks.

#Declaration

Delphi
property TickColor: TColor read; write; default clWindowText;

#Property Value

Type Default
TColor clWindowText

#Remarks

Ticks are displayed along the track bar if the ShowTicks property is set to True and the TickType property value is set to display ticks. The color of ticks can be specified using the TickColor property.

The images below show examples of the TickColor property settings.

Value Example
clBlue
clRed

The default value of the TickColor property is clWindowText.

See Also