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


C1DragHelperMode Enumeration
Determines the kind of drag gesture that will be listened.
Syntax
'Declaration
 
Public Enum C1DragHelperMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As C1DragHelperMode
Members
MemberDescription
InertiaApply inertia when drag finish.
TranslateRailXThe drag will be performed in the x coordinates if it starts in this direction.
TranslateRailYThe drag will be performed in the y coordinates if it starts in this direction.
TranslateXThe drag will be performed only considering x coordinates.
TranslateXYBoth x and y coordinates will be considered in the gesture.
TranslateYThe drag will be performed only considering y coordinates.
Inheritance Hierarchy

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

See Also