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.

Документация по Java для android.view.View.LAYOUT_DIRECTION_LTR.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к