FMX.Gestures.TGestureManager.Sensitivity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sensitivity: Single read GetSensitivity write SetSensitivity;

C++

__property float Sensitivity = {read=GetSensitivity, write=SetSensitivity};

Properties

Type Visibility Source Unit Parent
property published
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

Description

Sets the default global sensitivity of the standard gestures.

The Sensitivity property must be between 1 and 100. The Sensitivity property reads and sets the TGestureEngine.Sensitivity property.

See Also