Vcl.Touch.Gestures.TGestureEngine Properties
InheritedProtected
Active | public | Specifies whether the gesturing engine is active. |
Control | protected | Specifies the control on which the gesture engine operates. |
DefaultEngineClass | public | Specifies the metaclass of the default gesturing engine. |
DefaultRecognizerClass | public | Specifies the metaclass of the default gesture recognizer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Flags | public | Returns a set of flags associated with the gesturing engine. |
InitialPoint | protected | Specifies the initial point for the current gesture. |
PointCount | protected | Specifies the number of collected gesture points. |
Points | protected | Specifies the collected gesture points. |
Recognizer | public | Specifies the gesture recognizer. |
Sensitivity | public | |
TargetControl | protected | Specifies the control that receives the currently recognized gesture. |
TimeOut | public | Specifies the time-out used to detect the end of a gesture. |
TimerExpired | protected | Specifies whether the gesture time-out has expired. |