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

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

Property Value

GradBackColor - the graduation background color.

Explanation

The GradBackColor property sets the background 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