[]
Determines the kind of drag gesture that will be listened.
public enum C1DragHelperMode : byte
Name | Description |
---|---|
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. |