FMX.InertialMovement.TRectD.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Double read GetHeight write SetHeight;

C++

__property double Height = {read=GetHeight, write=SetHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TRectD

Description

Returns the Double height of the rectangle in logical units.

See Also