Vcl.Graphics.TGraphic.Height
Delphi
property Height: Integer read GetHeight write SetHeight;
C++
__property int Height = {read=GetHeight, write=SetHeight, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
Description
Specifies the vertical size of the graphic in pixels.
Use Height to determine the height of the graphic image. Each descendant graphic object defines its own Get and Set methods to access the Height property.
Code Examples