FMX.ListView.Appearances.TCommonObjectAppearance.ActualHeight

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

Delphi

property ActualHeight: Single read GetActualHeight;

C++

__property float ActualHeight = {read=GetActualHeight};

プロパティ

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


説明

外観オブジェクトの実際の高さを取得します。返される値は、その見た目によって変わります。

Visible = True の場合:

Value of property Height.

Visible = False の場合:

0

それ以外の場合、プロパティのフォールバックの高さの値を返します。


関連項目