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.

Se alinea con el inicio de la vista, que es ALIGN_LEFT si el layoutDirection resuelto de la vista es LTR y ALIGN_RIGHT en caso 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

Se alinea con el inicio de la vista, que es ALIGN_LEFT si el layoutDirection resuelto de la vista es LTR y ALIGN_RIGHT en caso contrario.

Uso con #setTextAlignment(int)

Documentación de Java 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 proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a