View.LayoutDirectionLtr Campo

Definição

Cuidado

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

A direção do layout horizontal dessa exibição é da esquerda para a direita.

[Android.Runtime.Register("LAYOUT_DIRECTION_LTR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.", true)]
public const Android.Views.LayoutDirection LayoutDirectionLtr = 0;
[<Android.Runtime.Register("LAYOUT_DIRECTION_LTR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.", true)>]
val mutable LayoutDirectionLtr : Android.Views.LayoutDirection

Valor do campo

Value = 0
Atributos

Comentários

A direção do layout horizontal dessa exibição é da esquerda para a direita. Usar com o #setLayoutDirection.

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

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