FMX.MultiView.Types.TPopoverAppearance.PopupHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PopupHeight: Single read FPopupHeight write SetPopupHeight stored IsHeightStored nodefault;

C++

__property float PopupHeight = {read=FPopupHeight, write=SetPopupHeight, stored=IsHeightStored};

Eigenschaften

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


Beschreibung

Gibt die Höhe des Popup-Fensters (in Pixeln) an.

Diese Eigenschaft wird standardmäßig auf 400px gesetzt.

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

Siehe auch