TiSlidingCompass.TickMinorColor
TiSlidingCompass See Also
Specifies the color of the Minor Ticks in the scale.
property TickMinorColor : TColor;
Description
Use TickMinorColor to read or change the Minor Ticks color.
Example
Delphi
iComponent.TickMinorColor := clBlack;
C++ Builder
iComponent->TickMinorColor = clBlack;
Contents | Index | Previous | Next