ViewConfiguration.TapTimeout Property

Definition

public static int TapTimeout { [Android.Runtime.Register("getTapTimeout", "()I", "")] get; }
[<get: Android.Runtime.Register("getTapTimeout", "()I", "")>]
static member TapTimeout : int

Property Value

the duration in milliseconds we will wait to see if a touch event is a tap or a scroll. If the user does not move within this interval, it is considered to be a tap.

Attributes

Remarks

Java documentation for android.view.ViewConfiguration.getTapTimeout().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to