Skip to main content

TcxCustomTrackBarProperties.TickColor Property

Specifies the color of ticks.

Declaration

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