This property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed

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

Property Value

InvalidHatchColor - the color of the hatch pattern shown in the ImageKit Control when an image is not displayed.

Explanation

The InvalildHatchColor property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed. Color can be set using color constants (clRed, etc.) or RGB(Red, Green, Blue) values.

The InvalidHatchColor property is enabled when the value of the InvalidHatchPattern property is set to values other than vikNonHatch.

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