FMX.Types.IContainerObject.ContainerHeight
Delphi
property ContainerHeight: single read GetContainerHeight;
C++
__property float ContainerHeight = {read=GetContainerHeight};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IContainerObject |
Description
Specifies the object's container height.
Implement the getter function GetContainerHeight to get the height of the container.