This property and the RectColor1 property set the colors of the dotted line that distinguishes the selected area in the ImageKit Control

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

Property Value

RectColor1 - one of the colors in the dotted line that distinguishes the selected area in the ImageKit Control.
RectColor2 - the other color in the dotted line that distinguishes the selected area in the ImageKit Control.

Explanation

The RectColor2 property and the RectColor1 property set the colors of the dotted line that distinguishes the selected area in the ImageKit Control. Color can be set using color constants (clRed, etc.) or RGB(Red, Green, Blue) values.

The RectColor1 and RectColor2 properties are enabled when the RectDraw property is true.

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 run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation