FMX.Objects3D.TCube.Depth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Depth: Single read FDepth write SetDepth default 0;

C++

__property Depth = {default=0};

Properties

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

Description


Specifies the depth size of the control (in pixels).

FMX.Objects3D.TCube.Depth inherits from FMX.Controls3D.TControl3D.Depth. All content below this line refers to FMX.Controls3D.TControl3D.Depth.

Specifies the depth size of the control (in pixels). Use Depth to set or obtain the depth of the control.

See Also