Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1SwipeDirection Enumeration


In This Topic
    C1SwipeDirection Enumeration
    In This Topic
    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.Android.Core.C1SwipeDirection

    See Also