Langue

View.ScrollAxisHorizontal 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 horizontal.

[Android.Runtime.Register("SCROLL_AXIS_HORIZONTAL")]
[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 ScrollAxisHorizontal = 1;
[<Android.Runtime.Register("SCROLL_AXIS_HORIZONTAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollAxis enum directly instead of this field.", true)>]
val mutable ScrollAxisHorizontal : Android.Views.ScrollAxis

Valeur de champ

Value = 1
Attributs

Remarques

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

Java documentation pour android.view.View.SCROLL_AXIS_HORIZONTAL.

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 à