FMX.ListView.Appearances.TCommonObjectAppearance.InternalPlaceOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InternalPlaceOffset: TPosition read FInternalPlaceOffset write SetInternalPlaceOffset;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCommonObjectAppearance

Description

Fallback placement offset of the object appearance as pixels in X and Y. InternalPlaceOffset.X is used when PlaceOffset.X is 0, InternalPlaceOffset.Y is used when PlaceOffset.Y is 0.

See Also