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.X は PlaceOffset.X が 0 のときに、InternalPlaceOffset.Y は PlaceOffset.Y が 0 のときに使用されます。

関連項目