FMX.ListView.Appearances.TTextButtonObjectAppearance.Opacity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Opacity: Single read FOpacity write SetOpacity stored IsOpacityStored;

C++

__property Opacity = {stored=IsOpacityStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Beschreibung

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

FMX.ListView.Appearances.TTextButtonObjectAppearance.Opacity erbt von FMX.ListView.Appearances.TCommonObjectAppearance.Opacity. Der folgende Inhalt bezieht sich auf FMX.ListView.Appearances.TCommonObjectAppearance.Opacity.

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

Siehe auch