Share via


SwipeGestureRecognizer.Threshold Property

Definition

Gets or sets the minimum swipe distance that will cause the gesture to be recognized.

public:
 property System::UInt32 Threshold { System::UInt32 get(); void set(System::UInt32 value); };
public uint Threshold { get; set; }
member this.Threshold : uint32 with get, set
Public Property Threshold As UInteger

Property Value

The minimum swipe distance that will cause the gesture to be recognized.

Applies to