Accusoft.ImagXpressSdk Namespace : FireGestureOccurringEvent Enumeration |
'Declaration Public Enum FireGestureOccurringEvent Inherits System.Enum
'Usage Dim instance As FireGestureOccurringEvent
public enum FireGestureOccurringEvent : System.Enum
__value public enum FireGestureOccurringEvent : public System.Enum
public enum class FireGestureOccurringEvent : public System.Enum
Member | Value | Description |
---|---|---|
ContinuouslyThroughoutTheLifetimeOfTheGesture | 1 | Fire the gesture events continuously throughout the lifetime of the gesture. |
OnlyWhenThereIsFingerMovement | 0 | Only fire the gesture events when there is finger movement. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.FireGestureOccurringEvent