FMX.MultiView.Types.TPopoverAppearance.PopupHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TPopoverAppearance


説明

ポップアップ ウィンドウの高さをピクセル単位で指定します。

デフォルトでは、このプロパティは 400px に設定されています。

このプロパティは、表示モードPopover の場合にのみ適用されます。

関連項目