'Declaration
Public Enum C1DragHelperMode Inherits System.Enum
public enum C1DragHelperMode : System.Enum
'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 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. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.C1DragHelperMode