FMX.ListView.Appearances.TCommonObjectAppearance.WidthWhenVisible

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

Delphi

property WidthWhenVisible: Single read GetWidthWhenVisible;

C++

__property float WidthWhenVisible = {read=GetWidthWhenVisible};

プロパティ

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


説明

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

関連項目