FMX.MultiView.Types.TPopoverAppearance.AppearanceDuration

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AppearanceDuration: Single read FAppearanceDuration write SetAppearanceDuration

C++

__property float AppearanceDuration = {read=FAppearanceDuration, write=SetAppearanceDuration, stored=IsAppearanceDurationStored};

Eigenschaften

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


Beschreibung

Gibt die Länge der Erscheinung des Popup-Hauptbereichs (in Sekunden).

Die Eigenschaft AppearanceDuration wird standardmäßig auf 0.25 Sekunden gesetzt.

Diese Eigenschaft kann nur für das Popover Darstellungsmodus verwendet werden.

Siehe auch