This property sets the color of the ImageKit Control border.

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

Property Value

Value Explanation
BorderColor The ImageKit Control's border color

Explanation

The BorderColor property sets the color for the border of the ImageKit Control. To set color, use the color constants (i.e. clRed) or the appropriate RGB(Red, Green, Blue) value.

The BorderColor property is enabled when the Appearance property is vikFlat and the BorderVisible property is True.

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