FMX.Types.TCustomGestureCollectionItem Properties
InheritedProtected
| Action | public | A TAction to be executed when this gesture is recognized. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| Deviation | public | Specifies the degree of accuracy (closeness) required so that a gesture is recognized after being drawn. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrorMargin | public | Specifies the percentage of a gesture's collection points required to pass the deviation test (closeness) for the gesture to be recognized. |
| GestureID | public | A unique numeric identifier for each standard and custom gesture. |
| GestureType | public | Specifies if a gesture is standard, custom, or registered custom. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Name | public | Specifies the name of a gesture. |
| Options | public | Specifies the attributes of a gesture. |
| Points | public | An array of x, y coordinates used to define and identify a gesture. |