Compartir a través de


MotionEvent.AxisGestureScrollYDistance Campo

Definición

Precaución

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

Constante del eje: eje de distancia de desplazamiento Y de un evento de movimiento.

[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

Valor de campo

Value = 51

Implementaciones

Atributos

Comentarios

Constante del eje: eje de distancia de desplazamiento Y de un evento de movimiento.

Igual que #AXIS_GESTURE_SCROLL_X_DISTANCE, pero para el eje Y.

Documentación de Java para android.view.MotionEvent.AXIS_GESTURE_SCROLL_Y_DISTANCE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a