FMX.Layers3D.TAbstractLayer3D.SetDepth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDepth(const Value: Single); override;

C++

virtual void __fastcall SetDepth(const float Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

Protected setter implementation for the Depth property.

FMX.Layers3D.TAbstractLayer3D.SetDepth inherits from FMX.Controls3D.TControl3D.SetDepth. All content below this line refers to FMX.Controls3D.TControl3D.SetDepth.

Protected setter implementation for the Depth property.

See Also