View.ScrollAxisHorizontal 欄位

定義

警告

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

表示沿著水準軸捲動。

[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

欄位值

Value = 1
屬性

備註

表示沿著水準軸捲動。

android.view.View.SCROLL_AXIS_HORIZONTAL JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於