FMX.ListView.Appearances.TCommonObjectAppearance.Opacity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Opacity: Single read FOpacity write SetOpacity;

C++

__property float Opacity = {read=FOpacity, write=SetOpacity};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance


Beschreibung

Opazität des Objekterscheinungsbildes, die einen Wert zwischen 1.0 (undurchsichtig) und 0.0 (transparent) haben kann.

Siehe auch