FMX.Types.IContainerObject.ContainerHeight

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also