This property sets the color of the rectangle border in the Pan Window
[Visual
Basic] imagekitcontrolname.PanWindow.RectColor
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetPanWindow().GetRectColor()
imagekitcontrolname.GetPanWindow().SetRectColor(long Val)
imagekitcontrolname.GetPanWindow().SetRectColor(long Val)
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.
The RectColor property corresponds to the ImageKit6 Display Control's PanWindowRectColor property.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.