View.TextAlignmentTextEnd Поле

Определение

Внимание!

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

Выравнивание по концу абзаца, e.

[Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextEnd = 3;
[<Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextEnd : Android.Views.TextAlignment

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

Value = 3
Атрибуты

Комментарии

Выравнивание по концу абзаца, например ALIGN_OPPOSITE.

Использовать с #setTextAlignment(int)

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

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

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