Язык

View.LayoutDirectionRtl Поле

Определение

Внимание!

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

Горизонтальное направление макета этого представления — справа налево.

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

Значение поля

Value = 1
Атрибуты

Комментарии

Горизонтальное направление макета этого представления — справа налево. Используйте с #setLayoutDirection.

Java документации по android.view.View.LAYOUT_DIRECTION_RTL.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

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