View.ScrollAxisHorizontal Feld

Definition

Achtung

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

Gibt einen Bildlauf entlang der horizontalen Achse an.

[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

Feldwert

Value = 1
Attribute

Hinweise

Gibt einen Bildlauf entlang der horizontalen Achse an.

Java-Dokumentation für android.view.View.SCROLL_AXIS_HORIZONTAL.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: