GestureDirection Enumeration
Represents the main gesture directions.
Syntax
'Declaration Public Enum GestureDirection Inherits System.Enum
'Usage Dim instance As GestureDirection
public enum GestureDirection : System.Enum
public enum class GestureDirection : public System.Enum
Members
Member | Description |
---|---|
Down | Down gesture. |
Left | Left gesture. |
None | None. No touch recognized. |
Right | Right gesture. |
Up | Up gesture. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.ViewApp.GestureDirection
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also