'Declaration
Public Enum HoldingState Inherits System.Enum
'Usage
Dim instance As HoldingState
public enum HoldingState : System.Enum
'Declaration
Public Enum HoldingState Inherits System.Enum
'Usage
Dim instance As HoldingState
public enum HoldingState : System.Enum
Member | Description |
---|---|
Canceled | An additional contact is detected, a subsequent gesture (such as a slide) is detected. |
Completed | The single contact is lifted. |
Started | A single contact is detected and a time threshold is crossed without the contact being lifted, another contact is detected, or another gesture is started. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Touch.HoldingState