Gesture.Slide Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Slide(Point, Point) | Perform a slide gesture. A slide gesture is used primarily for panning interactions but can also be used for moving, drawing, or writing. | |
Slide(Point, Point, Int32) | Perform a slide gesture. A slide gesture is used primarily for panning interactions but can also be used for moving, drawing, or writing. | |
Slide(UITestControl, Point, Point) | Perform a slide gesture. A slide gesture is used primarily for panning interactions but can also be used for moving, drawing, or writing. | |
Slide(UITestControl, Point, Point, Int32) | Perform a slide gesture. A slide gesture is used primarily for panning interactions but can also be used for moving, drawing, or writing. |
Top