API:FMX.Layers3D.TLayer3D.Transparency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparency: Boolean read FTransparency write FTransparency default 0;

C++

__property Transparency = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayer3D

Description

Specifies whether this 3D layer is transparent or not.

FMX.Layers3D.TLayer3D.Transparency inherits from FMX.Layers3D.TCustomLayer3D.Transparency. All content below this line refers to FMX.Layers3D.TCustomLayer3D.Transparency.

Specifies whether this 3D layer is transparent or not.

Set or read the value of the Transparency property in order to specify whether this 3D layer is rendered as transparent or not.

See Also