FMX.ListView.Appearances.TTextButtonObjectAppearance.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write SetOpacity stored IsOpacityStored;

C++

__property Opacity = {stored=IsOpacityStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Description

Opacity of the object appearance, which may have a value between 1.0 (opaque) and 0.0 (transparent).

FMX.ListView.Appearances.TTextButtonObjectAppearance.Opacity inherits from FMX.ListView.Appearances.TCommonObjectAppearance.Opacity. All content below this line refers to FMX.ListView.Appearances.TCommonObjectAppearance.Opacity.

Opacity of the object appearance, which may have a value between 1.0 (opaque) and 0.0 (transparent).

See Also