Show: Delphi C++
Display Preferences

FMX.Types.TControl.Align

From XE3 API Documentation
Jump to: navigation, search

Delphi

property Align: TAlignLayout read FAlign write SetAlign default TAlignLayout.alNone;

C++

__property TAlignLayout Align = {read=FAlign, write=SetAlign, default=0};

Properties

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

Description

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

Use Align to automatically set the alignment of the current control. Setting Align to a value different than alNone can affect the position, size (height and width), and anchors of the control. By default, Align is set to alNone.

Descendants of TControl typically set the visibility and value for the Align property. For example, for TToolBar, Align defaults to TAlignLayout.alTop.

To see the possible values for Align and their visible effects over the control, see FMX.Types.TAlignLayout.

See Also

Personal tools
Translations