MotionEvent.AxisGestureScrollYDistance Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.Axis enum directly instead of this field.

Axis constant: Y scroll distance axis of a motion event.

[Android.Runtime.Register("AXIS_GESTURE_SCROLL_Y_DISTANCE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Axis enum directly instead of this field.", true)]
public const Android.Views.Axis AxisGestureScrollYDistance = 51;
[<Android.Runtime.Register("AXIS_GESTURE_SCROLL_Y_DISTANCE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Axis enum directly instead of this field.", true)>]
val mutable AxisGestureScrollYDistance : Android.Views.Axis

Field Value

Value = 51

Implements

Attributes

Remarks

Axis constant: Y scroll distance axis of a motion event.

The same as #AXIS_GESTURE_SCROLL_X_DISTANCE, but for the Y axis.

Java documentation for android.view.MotionEvent.AXIS_GESTURE_SCROLL_Y_DISTANCE.

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