Enum AccessibilityGestureState
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
The current state of gesture.
public enum AccessibilityGestureState
Fields
| Name | Description |
|---|---|
| Aborted | The gesture is aborted. |
| Begin | The gesture is started. |
| Ended | The gesture is ended. |
| Ongoing | The gesture is ongoing. |