TiSlidingScale.TickMidColor

TiSlidingScale See Also

Specifies the color of the Mid Ticks in the scale.

property TickMidColor : TColor;

Description

Use TickMidColor to read or change the Mid Ticks color.

Example

Delphi

iComponent.TickMidColor:= clBlack;

C++ Builder

iComponent->TickMidColor = clBlack;

Contents | Index | Previous | Next