ComponentOne FlexGrid for UWP
C1DragHelperMode Enumeration

C1.UWP Assembly > C1.Xaml Namespace : C1DragHelperMode Enumeration
Determines the kind of drag gesture that will be listened.
Syntax
'Declaration
 
Public Enum C1DragHelperMode 
   Inherits System.Enum
public enum C1DragHelperMode : System.Enum 
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.Xaml.C1DragHelperMode

See Also

Reference

C1.Xaml Namespace