Langage

View.TextAlignmentTextEnd Champ

Définition

Attention

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

Aligner à la fin du paragraphe, e.

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

Valeur de champ

Value = 3
Attributs

Remarques

Aligner à la fin du paragraphe, par exemple ALIGN_OPPOSITE.

Utiliser avec #setTextAlignment(int)

Java documentation pour android.view.View.TEXT_ALIGNMENT_TEXT_END.

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

S’applique à