C1.WPF Namespace : C1DragHelperMode Enumeration |
'Declaration
Public Enum C1DragHelperMode Inherits System.Enum
'Usage
Dim instance As C1DragHelperMode
public enum C1DragHelperMode : System.Enum
public enum class C1DragHelperMode : public 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.WPF.C1DragHelperMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2