This property sets the color of the Pan Window background

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

Property Value

The color of the Pan Window background, i.e. that part of the pan window where no image is displayed. (Used when vector images are shown in the pan window)

Explanation

The Color property sets the color of the Pan Window background.

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

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