View.TextAlignmentViewStart 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 con el inicio de la vista, que es ALIGN_LEFT si el diseño resuelto de la vistaDirection es LTR y ALIGN_RIGHT de lo contrario.

[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

Valor de campo

Value = 5
Atributos

Comentarios

Alinee con el inicio de la vista, que es ALIGN_LEFT si el diseño resuelto de la vistaDirection es LTR y ALIGN_RIGHT de lo contrario.

Uso con #setTextAlignment(int)

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

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