FMX.ListView.Types.TListItemSimpleControl.TouchExpand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TouchExpand: Single read FTouchExpand write FTouchExpand;

C++

__property float TouchExpand = {read=FTouchExpand, write=FTouchExpand};

Properties

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

Description

Specifies the additional touch area around a control.

The additional area around the control is specified in logical units.

See Also