FMX.Layers3D.TAbstractLayer3D.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign; virtual;

C++

virtual void __fastcall Realign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Performs the realignment of the 3D layer's children within itself.

The children are realigned taking into account their alignment properties, margins, and padding.

Realign is called internally every time the layer's visual properties are changed.

See Also