Язык

View.TextAlignmentViewEnd Поле

Определение

Внимание!

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

Выровняйте до конца представления, которое ALIGN_RIGHT, если разрешенный макет представления имеет значение LTR и ALIGN_LEFT в противном случае.

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

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

Value = 6
Атрибуты

Комментарии

Выровняйте до конца представления, которое ALIGN_RIGHT, если разрешенный макет представления имеет значение LTR и ALIGN_LEFT в противном случае.

Использование с #setTextAlignment(int)

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

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

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