FMX.Layers3D.TLayer3D.Align

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Align: TAlignLayout read FAlign write SetAlign default 0;

C++

__property Align = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayer3D

Description

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

FMX.Layers3D.TLayer3D.Align inherits from FMX.Layers3D.TAbstractLayer3D.Align. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.Align.

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

See Also