ViewConfiguration.ScaledMinimumScalingSpan Property

Definition

Retrieves the distance in pixels between touches that must be reached for a gesture to be interpreted as scaling.

public virtual int ScaledMinimumScalingSpan { [Android.Runtime.Register("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler", ApiSince=29)>]
member this.ScaledMinimumScalingSpan : int

Property Value

Int32

The distance in pixels

Attributes

Remarks

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

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