FMX.Types.IAlignableObject.Align

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Align: TAlignLayout read GetAlign write SetAlign;

C++

__property TAlignLayout Align = {read=GetAlign, write=SetAlign};

Properties

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

Description

Specifies the alignment options (top, left, client, and so on) of this object.

Implement the setter and getter functions SetAlign and GetAlign to set and get the value of the Align property.

See Also