LongPressGestureRecognizer.AllowableMovement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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