FMX.ListView.Appearances.TCommonObjectAppearance.HeightWhenVisible

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

Delphi

property HeightWhenVisible: Single read GetHeightWhenVisible;

C++

__property float HeightWhenVisible = {read=GetHeightWhenVisible};

プロパティ

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


説明

表示されているときのオブジェクト外観の高さをピクセル数で表します。これは、ユーザー定義の高さが 0 以外の場合はその値、そうでなければフォールバック用の高さです。

関連項目