FMX.ListView.Appearances.TCommonObjectAppearance.InternalHeight

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

Delphi

property InternalHeight: Single read FInternalHeight write SetInternalHeight;

C++

__property float InternalHeight = {read=FInternalHeight, write=SetInternalHeight};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance


説明

オブジェクト外観のフォールバック用の高さをピクセル数で表します。FMX.ListView.Appearances.TCommonObjectAppearance.Height が 0 のときに使用されます。

関連項目