LongPressGestureRecognizer.AllowableMovement Property

Definition

Gets or sets the maximum distance (in pixels) the touch can move before the gesture is cancelled. Default is 10 pixels.

public:
 property double AllowableMovement { double get(); void set(double value); };
public double AllowableMovement { get; set; }
member this.AllowableMovement : double with get, set
Public Property AllowableMovement As Double

Property Value

Applies to