FMX.ListView.Appearances.TCommonObjectAppearance.InternalPlaceOffset

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

Delphi

property InternalPlaceOffset: TPosition read FInternalPlaceOffset write SetInternalPlaceOffset;

C++

__property Fmx::Types::TPosition* InternalPlaceOffset = {read=FInternalPlaceOffset, write=SetInternalPlaceOffset};

プロパティ

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


説明

オブジェクト外観のフォールバック用の配置オフセットを X および Y のピクセル数で表します。InternalPlaceOffset.XPlaceOffset.X が 0 のときに、InternalPlaceOffset.YPlaceOffset.Y が 0 のときに使用されます。

関連項目