ViewConfiguration.WindowTouchSlop Property

Definition

Caution

deprecated

[System.Obsolete("deprecated")]
public static int WindowTouchSlop { [Android.Runtime.Register("getWindowTouchSlop", "()I", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getWindowTouchSlop", "()I", "")>]
member this.WindowTouchSlop : int

Property Value

Int32

Distance in dips a touch must be outside the bounds of a window for it to be counted as outside the window for purposes of dismissing that window.

Attributes

Remarks

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

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