View.TextAlignmentTextEnd 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 al final del párrafo, 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

Valor de campo

Value = 3
Atributos

Comentarios

Alinee con el final del párrafo, por ejemplo, ALIGN_OPPOSITE.

Uso con #setTextAlignment(int)

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

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