FMX.Types.IAlignableObject.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: single read GetLeft;

C++

__property float Left = {read=GetLeft};

Properties

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

Description

Specifies the horizontal coordinate of the left edge of the object, relative to its parent.

Implement the GetLeft function to get the value of the Left property.

See Also