Determines the kind of drag gesture that will be listened.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum C1DragHelperMode |
| Visual Basic |
|---|
Public Enumeration C1DragHelperMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TranslateX | 1 | The drag will be performed only considering x coordinates. | |
| TranslateY | 2 | The drag will be performed only considering y coordinates. | |
| TranslateXY | 3 | The drag will be performed considering both x and y coordinates. | |
| Inertia | 4 | Apply inertia when drag finish. | |
| TranslateRailX | 8 | The drag will be performed in the x coordinates if it start in this direction. | |
| TranslateRailY | 16 | The drag will be performed in the y coordinates if it start in this direction. |