View.TextAlignmentTextStart Champ

Définition

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 du paragraphe, e.

[Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextStart = 2;
[<Android.Runtime.Register("TEXT_ALIGNMENT_TEXT_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 TextAlignmentTextStart : Android.Views.TextAlignment

Valeur de champ

Value = 2
Attributs

Remarques

Aligner sur le début du paragraphe, par exemple ALIGN_NORMAL.

Utiliser avec #setTextAlignment(int)

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

S’applique à