View.TextAlignmentViewEnd Campo

Definición

Precaución

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

Alinee al final de la vista, que es ALIGN_RIGHT si el layoutDirection resuelto de la vista es LTR y ALIGN_LEFT de lo contrario.

[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

Valor de campo

Value = 6
Atributos

Comentarios

Alinee al final de la vista, que es ALIGN_RIGHT si el layoutDirection resuelto de la vista es LTR y ALIGN_LEFT de lo contrario.

Uso con #setTextAlignment(int)

Java documentación para android.view.View.TEXT_ALIGNMENT_VIEW_END.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a