FMX.ListView.Appearances.TCommonObjectAppearance.InternalWidth

提供:RAD Studio API Documentation

Delphi

property InternalWidth: Single read FInternalWidth write SetInternalWidth;

C++

__property float InternalWidth = {read=FInternalWidth, write=SetInternalWidth};

プロパティ

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


説明

オブジェクト外観のフォールバック用の幅をピクセル数で表します。Width が 0 のときに使用されます。

関連項目