Packagefeathers.controls
Classpublic class DragGesture
InheritanceDragGesture Inheritance Object

Gestures used to drag content.



Public Constants
 ConstantDefined By
  CONTENT : String = "content"
[static] The target may be dragged in the appropriate direction from any location within its bounds.
DragGesture
  EDGE : String = "edge"
[static] The target may be dragged in the appropriate direction starting from near the target's edge.
DragGesture
  NONE : String = "none"
[static] No gesture can be used to drag the target.
DragGesture
Constant Detail
CONTENTConstant
public static const CONTENT:String = "content"

Product Version : Feathers 3.0.0

The target may be dragged in the appropriate direction from any location within its bounds.

EDGEConstant 
public static const EDGE:String = "edge"

Product Version : Feathers 3.0.0

The target may be dragged in the appropriate direction starting from near the target's edge.

NONEConstant 
public static const NONE:String = "none"

Product Version : Feathers 3.0.0

No gesture can be used to drag the target.