View.TextAlignmentTextStart Поле

Определение

Внимание!

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

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

Value = 2
Атрибуты

Комментарии

Выравнивание по началу абзаца, например ALIGN_NORMAL.

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

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

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

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