ViewConfiguration.KeyRepeatDelay Property

Definition

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

Property Value

Int32

the time between successive key repeats in milliseconds.

Attributes

Remarks

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

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