Langage

View.TextAlignmentViewEnd Champ

Définition

Attention

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

Alignez sur la fin de la vue, qui est ALIGN_RIGHT si la dispositiondirection résolue de l’affichage est LTR et ALIGN_LEFT sinon.

[Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_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 TextAlignmentViewEnd = 6;
[<Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_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 TextAlignmentViewEnd : Android.Views.TextAlignment

Valeur de champ

Value = 6
Attributs

Remarques

Alignez sur la fin de la vue, qui est ALIGN_RIGHT si la dispositiondirection résolue de l’affichage est LTR et ALIGN_LEFT sinon.

Utiliser avec #setTextAlignment(int)

Java documentation pour android.view.View.TEXT_ALIGNMENT_VIEW_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 à