| C1.Xaml Assembly > C1.Xaml Namespace : C1DragHelperMode Enumeration |
'Declaration Public Enum C1DragHelperMode Inherits System.Enum
public enum C1DragHelperMode : System.Enum
| Member | Description |
|---|---|
| Inertia | Apply inertia when drag finish. |
| TranslateRailX | The drag will be performed in the x coordinates if it start in this direction. |
| TranslateRailY | The drag will be performed in the y coordinates if it start in this direction. |
| TranslateX | The drag will be performed only considering x coordinates. |
| TranslateXY | The drag will be performed considering both x and y coordinates. |
| TranslateY | The drag will be performed only considering y coordinates. |
System.Object
System.ValueType
System.Enum
C1.Xaml.C1DragHelperMode