FMX.Layers3D.TAbstractLayer3D.Anchors

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D


Beschreibung

Gibt an, wie die 3D-Ebene an der übergeordneten Komponente verankert wird.

Siehe auch