The native, unstretched height for the graphic.
Source position: graphics.pp line 853
public property TGraphic.Height : Integer |
Height is an Integer property which contains the native, unstretched height for the graphic stored in the class instance.
Use Width to access the native width for the graphic.
| Remark: | Both the read and write access specifiers for the property are declared as abstract virtual method in TGraphic. They must be implemented in a descendent class to provide support for a specific graphic format. |
| Version 4.4 | Generated 2025-11-08 | Home |