InputDevice.MotionRange.Min Property

Definition

Gets the inclusive minimum value for the axis.

public float Min { [Android.Runtime.Register("getMin", "()F", "")] get; }
[<get: Android.Runtime.Register("getMin", "()F", "")>]
member this.Min : single

Property Value

The inclusive minimum value.

Attributes

Remarks

Gets the inclusive minimum value for the axis.

Java documentation for android.view.InputDevice.MotionRange.getMin().

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