This property sets the color of the grid lines in the ImageKit Control

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

Property Value

GridColor - the color of the grid lines.

Explanation

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

The GridColor property is enabled when the Grid property is set to values other than vikNone.

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