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.

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

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