FMX.Styles.Objects.TCustomStyleObject.Opaque

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Opaque: Boolean read FOpaque write SetOpaque;

C++

__property bool Opaque = {read=FOpaque, write=SetOpaque, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TCustomStyleObject

Beschreibung

Legt fest, ob das TCustomStyleObject-Objekt vollständig undurchsichtig ist oder nicht.

Siehe auch