C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1SwipeDirection Enumeration


C1SwipeDirection Enumeration
Describes the direction of the swipe gesture.
Syntax
'Declaration
 
Public Enum C1SwipeDirection 
   Inherits System.Enum
 
'Usage
 
Dim instance As C1SwipeDirection
Members
MemberDescription
DownDownwards swipe.
LeftSwipe to the left.
RightSwipe to the right.
UpUpwards swipe.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Core.C1SwipeDirection

See Also