FMX.MultiView.Types.TPopoverAppearance.PopupHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Specifies the height of the pop-up window (in pixels).

By default, this property is set to 400px.

This property applies only to the Popover presentation mode.

See Also