Show: Delphi C++
Display Preferences

FMX.Types.TControl.AbsoluteOpacity

From XE2 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.Types.pas
FMX.Types.hpp
FMX.Types 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

Personal tools
Previous Versions
Translations