Determines the kind of drag gesture that will be listened.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum C1DragHelperMode
Visual Basic
Public Enumeration C1DragHelperMode

Members

Member nameValueDescription
TranslateX1 The drag will be performed only considering x coordinates.
TranslateY2 The drag will be performed only considering y coordinates.
TranslateXY3 The drag will be performed considering both x and y coordinates.
Inertia4 Apply inertia when drag finish.
TranslateRailX8 The drag will be performed in the x coordinates if it start in this direction.
TranslateRailY16 The drag will be performed in the y coordinates if it start in this direction.

See Also