FMX.Controls.TControl.AbsoluteHeight
Delphi
property AbsoluteHeight: Single read GetAbsoluteHeight;
C++
__property float AbsoluteHeight = {read=GetAbsoluteHeight};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies the absolute height of the control.
Usually, it has the same value as the Height property. The value can be affected by the transformations applied over the control.