Partager via


View.TextAlignmentCenter Champ

Définition

Attention

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

Centrer le paragraphe, 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

Valeur de champ

Value = 4
Attributs

Remarques

Centrez le paragraphe, par exemple ALIGN_CENTER.

Utiliser avec #setTextAlignment(int)

Documentation Java pour android.view.View.TEXT_ALIGNMENT_CENTER.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à