FMX.Types.TCustomGestureCollectionItem.ErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorMargin: Integer read GetErrorMargin write SetErrorMargin default 20;

C++

__property int ErrorMargin = {read=GetErrorMargin, write=SetErrorMargin, default=20};

Properties

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

Description

Specifies the percentage of a gesture's collection points required to pass the deviation test (closeness) for the gesture to be recognized.

Use the value of the ErrorMargin property to specify the percentage of a gesture's collection points that is required to pass the deviation test (closeness) so that the gesture is recognized.