ComponentOne Xamarin.iOS
C1SwipeDirection Enumeration


C1.iOS.Core Assembly > C1.iOS.Core Namespace : C1SwipeDirection Enumeration
Describes the direction of the swipe gesture.
Syntax
'Declaration
 
Public Enum C1SwipeDirection 
   Inherits System.Enum
'Usage
 
Dim instance As C1SwipeDirection
public enum C1SwipeDirection : System.Enum 
Members
MemberDescription
Down Downwards swipe.
Left Swipe to the left.
Right Swipe to the right.
Up Upwards swipe.
Inheritance Hierarchy

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

See Also

Reference

C1.iOS.Core Namespace