This property sets the color of the rectangle border in the Pan Window

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

Property Value

The color of the rectangle border in the Pan Window

Explanation

The RectColor property sets the color of the rectangle border in the Pan Window.

Color can be set using RGB(Red, Green, Blue) or the equivalent value.

Depending on the color of the image being displayed in the pan window, the RectColor (the color of the rectangle border) may be reversed. Depending on the color of the image and the color set in the Color property the border of the rectangle may not be visible.

For details about the TColor type, please refer to Delphi or C++Builder help documentation.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation