FMX.ListView.Appearances.TCommonObjectAppearance.SizeWhenVisible

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

Delphi

property SizeWhenVisible: TPointF read GetSizeWhenVisible;

C++

__property System::Types::TPointF SizeWhenVisible = {read=GetSizeWhenVisible};

プロパティ

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


説明

表示されているときのオブジェクト外観のサイズを幅(X)と高さ(Y)のピクセル数で表します。これは、ユーザー定義のサイズが 0 以外の場合はその値、そうでなければ描画されたサイズです。

ユーザー定義のサイズと描画されたサイズの幅と高さの値は、別々に評価されます。たとえば、Width が 0、Height が 1、InternalWidth が 1、InternalHeight が 0 の場合、SizeWhenVisible は (1,1) になります。

関連項目