FMX.Objects3D.TGrid3D.Projection
Delphi
property Projection: TProjection read FProjection write SetProjection default 0;
C++
__property Projection = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Objects3D.pas FMX.Objects3D.hpp |
FMX.Objects3D | TGrid3D |
Description
Specifies how the control is projected.
FMX.Objects3D.TGrid3D.Projection inherits from FMX.Controls3D.TControl3D.Projection. All content below this line refers to FMX.Controls3D.TControl3D.Projection.
Specifies how the control is projected.
Projection determines how the control is projected relative to its parent.
Value | Description |
---|---|
Camera
|
The control is projected from an upper-left position. |
Screen
|
The control is projected from a fore position. |
Note: Modifying the control's Projection determines the modification of some of the control's properties, such as the size (determined by Width, Depth, and Height) or Position.
Note: Some of the properties of the control's children may be modified, if the children are 3D controls.