FMX.Controls3D.TControl3D.AbsoluteOpacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteOpacity: Single read GetAbsoluteOpacity;

C++

__property float AbsoluteOpacity = {read=GetAbsoluteOpacity};

Properties

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

Description

Is a number that specifies the absolute opacity of this 3D object.

Read the AbsoluteUp property to obtain the value of the absolute opacity of this 3D control.

See Also