Class WebSwipeArgs
Arguments that define additional behavior for the Swipe method.
public class WebSwipeArgs : TimedGestureArgs
- Inheritance
-
WebSwipeArgs
- Inherited Members
Constructors
WebSwipeArgs(SwipeDirection)
Initializes a new instance of the WebSwipeArgs class with default arguments (swipe 200 pixels from the center of the object in 0.25 seconds).
public WebSwipeArgs(SwipeDirection direction)
Parameters
directionSwipeDirectionThe direction to swipe. Possible values: SwipeDirection.
Properties
Direction
The direction to swipe. Possible values: SwipeDirection.
public SwipeDirection Direction { get; set; }
Property Value
Distance
The distance to swipe in pixels. Default value = 200 pixels.
public long Distance { get; set; }