FMX.Objects3D.TPlane.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position;

C++

__property Position;

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TPlane

Description


Represents the 3D position of the control, relative to its parent.

FMX.Objects3D.TPlane.Position inherits from FMX.Controls3D.TControl3D.Position. All content below this line refers to FMX.Controls3D.TControl3D.Position.

Represents the 3D position of the control, relative to its parent.

Position specifies the three-dimensional Cartesian coordinate of the control, relative to its parent.

See Also