FMX.MultiView.Types.TPopoverAppearance.PopupHeight

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TPopoverAppearance


Description

Spécifie la hauteur de la fenêtre popup (en pixels).

Par défaut, cette propriété est définie sur 400px.

Cette propriété s'applique uniquement au mode de présentation Popover.

Voir aussi