FMX.Layers3D.TSplitter3D.SetAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAlign(const Value: TAlignLayout); override;

C++

virtual void __fastcall SetAlign(const Fmx::Types::TAlignLayout Value);

Properties

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

Description

Protected setter implementation for the Align property.

FMX.Layers3D.TSplitter3D.SetAlign inherits from FMX.Layers3D.TAbstractLayer3D.SetAlign. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.SetAlign.

Protected setter implementation for the Align property.

See Also