PanWinHeight property (Main Control)
Builder Syntax |
int PanWinHeight; |
Delphi Syntax |
PanWinHeight: Integer; |
Overview |
Refer to Using a PanWindow. |
Remarks
(Persistent and available at design time.) Sets the requested height of the PanWindow (the default is 150) or gets the current height of the Pan Window, when the Pan Window is visible. A "get" performed on an invisible window returns the height of the last active PanWindow, or, if a PanWindow has not been created, 150.
Note: |
the actual size of the PanWindow will depend on the aspect ratio of the image |
See Also