View.TextAlignmentTextStart Campo

Definición

Precaución

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

Alinear con el inicio del párrafo, 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

Valor de campo

Value = 2
Atributos

Comentarios

Alinee con el inicio del párrafo, por ejemplo, ALIGN_NORMAL.

Uso con #setTextAlignment(int)

Documentación de Java para android.view.View.TEXT_ALIGNMENT_TEXT_START.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a