FMX.ListView.Appearances.TCommonObjectAppearance.ActualPlaceOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualPlaceOffset: TPointF read GetActualPlaceOffset;

C++

__property System::Types::TPointF ActualPlaceOffset = {read=GetActualPlaceOffset};

Properties

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

Description

Actual placement offset of the object appearance as pixels in X and Y, which is the user-defined placement offset if it is a non-zero value, or the fallback placement offset otherwise.

User-defined and fallback X and Y values are evaluated separatedly. For example, if PlaceOffset is (0, 1) and InternalPlaceOffset is (1, 0), ActualPlaceOffset is (1,1).

See Also