FMX.Layers3D.TCustomLayer3D.Transparency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparency: Boolean read FTransparency write FTransparency;

C++

__property bool Transparency = {read=FTransparency, write=FTransparency, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

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