This property sets the color of the graduation in the ImageKit Control

[C++Builder]   imagekitcontrolname->GradColor [= TColor ]
[Delphi]   imagekitcontrolname.GradColor [= TColor ]

Property Value

GradColor - the color of the graduation lines.

Explanation

The GradColor property sets the color of the graduation in the ImageKit Control. Color can be set using color constants (clRed, etc.) or RGB(Red, Green, Blue) values.

The GradColor and GradBackColor properties are enabled when the Grad property is set to values other than ikNone.

For more information about the TColor type, please refer to the Delphi or C++Builder help documentation

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation