This property sets the top position of the Pan Window.
[C++Builder] imagekitcontrolname.PanWindow.Top
[ = int ]
[Delphi] imagekitcontrolname.PanWindow.Top
[ = Integer ]
Property Value
The distance of the top left corner of the Pan Window from the top left corner of the screen (in pixels).
The Top property sets the top position of the Pan Window.
Explanation
The Top property sets where the top position of the Pan Window.
The size of the Pan Window is determined by the Size property. By using the pan window you can easily view the entire image currently displayed in the ImageKit Control.
The Top property corresponds to the Display Control's PanWindowTop property in earlier versions of the ImageKit.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.