ViewConfiguration.MaximumFlingVelocity Property

Definition

Caution

deprecated

This member is deprecated.

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

Property Value

Maximum velocity to initiate a fling, as measured in dips per second.

Attributes

Remarks

This member is deprecated. Use #getScaledMaximumFlingVelocity() instead.

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

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