View.TextAlignmentViewStart Campo

Definição

Cuidado

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

Alinhe ao início da exibição, que é ALIGN_LEFT se o layoutDirection resolvido da exibição for LTR e, caso contrário, ALIGN_RIGHT.

[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 do campo

Value = 5
Atributos

Comentários

Alinhe ao início da exibição, que é ALIGN_LEFT se o layoutDirection resolvido da exibição for LTR e, caso contrário, ALIGN_RIGHT.

Usar com #setTextAlignment(int)

Documentação Java para android.view.View.TEXT_ALIGNMENT_VIEW_START.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a