FMX.Controls3D.TControl3D.Depth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Depth: Single read FDepth write SetDepth;

C++

__property float Depth = {read=FDepth, write=SetDepth};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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

See Also