FMX.ListView.Appearances.TTextButtonObjectAppearance.PlaceOffset

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

Delphi

property PlaceOffset: TPosition read FPlaceOffset write SetPlaceOffset stored IsPlaceOffsetStored;

C++

__property PlaceOffset = {stored=IsPlaceOffsetStored};

プロパティ

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

説明

オブジェクト外観のユーザー定義の配置オフセットを X および Y のピクセル数で表します。

FMX.ListView.Appearances.TTextButtonObjectAppearance.PlaceOffset は FMX.ListView.Appearances.TCommonObjectAppearance.PlaceOffset を継承しています。以下の内容はすべて FMX.ListView.Appearances.TCommonObjectAppearance.PlaceOffset を参照しています。

オブジェクト外観のユーザー定義の配置オフセットを X および Y のピクセル数で表します。

関連項目