Condividi tramite


MotionEvent.AxisGestureScrollYDistance Campo

Definizione

Attenzione

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

Costante asse: asse della distanza di scorrimento Y di un evento di movimento.

[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

Valore del campo

Value = 51

Implementazioni

Attributi

Commenti

Costante asse: asse della distanza di scorrimento Y di un evento di movimento.

Uguale a #AXIS_GESTURE_SCROLL_X_DISTANCE, ma per l'asse Y.

Documentazione java per android.view.MotionEvent.AXIS_GESTURE_SCROLL_Y_DISTANCE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a