Compartilhar via


MotionEvent.AxisGestureScrollYDistance Campo

Definição

Cuidado

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

Constante de eixo: eixo de distância de rolagem Y de um evento de 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

Valor do campo

Value = 51

Implementações

Atributos

Comentários

Constante de eixo: eixo de distância de rolagem Y de um evento de movimento.

O mesmo que #AXIS_GESTURE_SCROLL_X_DISTANCE, mas para o eixo Y.

Documentação Java para android.view.MotionEvent.AXIS_GESTURE_SCROLL_Y_DISTANCE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a