FMX.Layers3D.TAbstractLayer3D.Anchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Anchors: TAnchors read FAnchors write SetAnchors stored IsAnchorsStored default [TAnchorKind.akLeft, TAnchorKind.akTop];

C++

__property System::Uitypes::TAnchors Anchors = {read=FAnchors, write=SetAnchors, stored=IsAnchorsStored, default=3};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Specifies how the 3D layer is anchored to its parent.

See Also