Enum GestureShape
Gesture possible shapes.
public enum GestureShape
Fields
Free = 2
Represent a gesture that has a random shape.
Horizontal = 0
Represent a gesture that has its shape along the horizontal axis.
Vertical = 1
Represent a gesture that has its shape along the vertical axis.