FMX.Layers3D.TSolidLayer3D.Anchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Anchors: TAnchors read FAnchors write SetAnchors stored IsAnchorsStored default 3;

C++

__property Anchors = {default=3};

Properties

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

Description

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

FMX.Layers3D.TSolidLayer3D.Anchors inherits from FMX.Layers3D.TAbstractLayer3D.Anchors. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.Anchors.

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

See Also