FMX.Pickers.TCustomListPicker.ItemHeight

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

Delphi

property ItemHeight: Single read FItemHeight write FItemHeight;

C++

__property float ItemHeight = {read=FItemHeight, write=FItemHeight};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker


説明

項目の高さを保持します。

ピッカー オブジェクトは、ItemHeight のデフォルト値を(ピクセルで)、現在のピッカー オブジェクトを保有している TPopupBox コントロールから取得します。

関連項目