Package | feathers.controls |
Class | public class DragGesture |
Inheritance | DragGesture Object |
Constant | Defined 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 |
CONTENT | Constant |
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.
EDGE | Constant |
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.
NONE | Constant |
public static const NONE:String = "none"
Product Version : | Feathers 3.0.0 |
No gesture can be used to drag the target.