View.TextAlignmentViewStart Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.TextAlignment enum directly instead of this field.
Aligner sur le début de la vue, qui est ALIGN_LEFT si la dispositiondirection résolue de la vue est LTR et ALIGN_RIGHT sinon.
[Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_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 TextAlignmentViewStart = 5;
[<Android.Runtime.Register("TEXT_ALIGNMENT_VIEW_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 TextAlignmentViewStart : Android.Views.TextAlignment
Valeur de champ
Value = 5- Attributs
Remarques
Aligner sur le début de la vue, qui est ALIGN_LEFT si la dispositiondirection résolue de la vue est LTR et ALIGN_RIGHT sinon.
Utiliser avec #setTextAlignment(int)
Java documentation pour android.view.View.TEXT_ALIGNMENT_VIEW_START.
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.