FMX.ListView.Appearances.TTextButtonObjectAppearance.PlaceOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlaceOffset: TPosition read FPlaceOffset write SetPlaceOffset stored IsPlaceOffsetStored;

C++

__property PlaceOffset = {stored=IsPlaceOffsetStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Description

User-defined placement offset of the object appearance as pixels in X and Y.

FMX.ListView.Appearances.TTextButtonObjectAppearance.PlaceOffset inherits from FMX.ListView.Appearances.TCommonObjectAppearance.PlaceOffset. All content below this line refers to FMX.ListView.Appearances.TCommonObjectAppearance.PlaceOffset.

User-defined placement offset of the object appearance as pixels in X and Y.

See Also