View.ScrollAxisVertical Champ

Définition

Attention

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

Indique le défilement le long de l’axe vertical.

[Android.Runtime.Register("SCROLL_AXIS_VERTICAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollAxis enum directly instead of this field.", true)]
public const Android.Views.ScrollAxis ScrollAxisVertical = 2;
[<Android.Runtime.Register("SCROLL_AXIS_VERTICAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollAxis enum directly instead of this field.", true)>]
val mutable ScrollAxisVertical : Android.Views.ScrollAxis

Valeur de champ

Value = 2
Attributs

Remarques

Indique le défilement le long de l’axe vertical.

Java documentation pour android.view.View.SCROLL_AXIS_VERTICAL.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à