FMX.Types.IAlignableObject.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: single read GetTop;

C++

__property float Top = {read=GetTop};

Properties

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

Description

Specifies the vertical coordinate of the upper-left corner of a control, relative to its parent, in pixels.

Implement the GetTop function to get the value of the Top property.

See Also