FMX.Controls.TControl.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.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the absolute opacity of the control.

If the control has another TControl as parent, AbsoluteOpacity depends on the absolute opacity of its parent.

To explicitly set the opacity of a control, use the Opacity property.

See Also