FMX.ListView.Types.TListItemDrawable.PlaceOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlaceOffset: TPosition read GetPlaceOffset;

C++

__property Fmx::Types::TPosition* PlaceOffset = {read=GetPlaceOffset};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

The offset (in logical units) regarding the aligned location for finer placement control.

See Also