View.LayoutDirectionLtr 欄位

定義

警告

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

此檢視的水準版面配置方向是從左至右。

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

欄位值

Value = 0
屬性

備註

此檢視的水準版面配置方向是從左至右。 與 #setLayoutDirection 搭配使用。

android.view.View.LAYOUT_DIRECTION_LTR JAVA 檔。

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

適用於