FMX.MultiView.Types.TShadowAppearance.Opacity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Opacity: Single read FOpacity write SetOpacity stored IsOpacityStored nodefault;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TShadowAppearance


Beschreibung

Gibt den Opazitätsgrad des Schattens an, den der Hauptbereich auf dem Detailbereich umwandelt.

Die Eigenschaft Opacity wird standardmäßig auf 0.3 gesetzt.

Siehe auch