FMX.Types.IAlignableObject.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: single read GetHeight;

C++

__property float Height = {read=GetHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Specifies the vertical size of the object (in pixels).

Implement the GetHeight function to get the value of the Height property.

See Also