This property sets the color for the background of the Thumbnail Control.

[C++Builder]   thumbcontrolname->Color [ = TColor ]
[Delphi]   thumbcontrolname.Color [ = TColor ]

Property Value

Color is the Thumbnail Control's background color.

Explanation

The Color property sets the color for the background of the Thumbnail Control. To set color, please use a color constant (like clRed) or the appropriate RGB(Red, Green, Blue) value.

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.

Differences between the ImageKit5/6/7/8/9/10

This property's name has been changed from BackColor.

 

The ImageKit10 VCL is a product created by Newtone Corporation