ComponentOne Xamarin.iOS
C1DragHelperMode Enumeration


C1.iOS.Core Assembly > C1.iOS.Core Namespace : 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
public enum C1DragHelperMode : System.Enum 
Members
MemberDescription
Inertia Apply inertia when drag finish.
TranslateRailX The drag will be performed in the x coordinates if it starts in this direction.
TranslateRailY The drag will be performed in the y coordinates if it starts in this direction.
TranslateX The drag will be performed only considering x coordinates.
TranslateXY Both x and y coordinates will be considered in the gesture.
TranslateY The drag will be performed only considering y coordinates.
Inheritance Hierarchy

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

See Also

Reference

C1.iOS.Core Namespace