SwipeGesture Constructors

Definition

Overloads

SwipeGesture()
SwipeGesture(String, PoseDirection, HandContext)

SwipeGesture()

public SwipeGesture ();

Applies to

SwipeGesture(String, PoseDirection, HandContext)

public SwipeGesture (string name, Microsoft.Gestures.PoseDirection swipeDirection = Microsoft.Gestures.PoseDirection.Left, Microsoft.Gestures.HandContext hand = null);

Parameters

name
String
swipeDirection
PoseDirection

Applies to