FMX.Controls.TControl.Height
Delphi
property Height: Single read GetHeight write SetHeight stored False nodefault;
C++
__property float Height = {read=GetHeight, write=SetHeight, stored=false};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Height specifies the vertical size of the control (in dp).
Use the Height property to read or change the height of the control.