View.TextAlignmentResolvedDefault Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.
Выравнивание текста по умолчанию
[Android.Runtime.Register("TEXT_ALIGNMENT_RESOLVED_DEFAULT")]
[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 TextAlignmentResolvedDefault = 131072;
[<Android.Runtime.Register("TEXT_ALIGNMENT_RESOLVED_DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.", true)>]
val mutable TextAlignmentResolvedDefault : Android.Views.TextAlignment
Значение поля
Value = 131072- Атрибуты
Комментарии
Выравнивание текста по умолчанию
Java документации по android.view.View.TEXT_ALIGNMENT_RESOLVED_DEFAULT.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".