Язык

View.TextAlignmentCenter Поле

Определение

Внимание!

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

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

Value = 4
Атрибуты

Комментарии

По центру абзаца, например ALIGN_CENTER.

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

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

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

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