FMX.InertialMovement.TAniCalculations.DeadZone
Delphi
property DeadZone: Integer read FDeadZone write FDeadZone default DefaultDeadZone;
C++
__property int DeadZone = {read=FDeadZone, write=FDeadZone, default=8};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Defines the size of an area where moving of the finger (or mouse) does not initialize scrolling.
The default DeadZone value is DefaultDeadZone.