View.LayoutDirectionRtl 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 vista é da direita para a esquerda.

[Android.Runtime.Register("LAYOUT_DIRECTION_RTL")]
[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 LayoutDirectionRtl = 1;
[<Android.Runtime.Register("LAYOUT_DIRECTION_RTL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.", true)>]
val mutable LayoutDirectionRtl : Android.Views.LayoutDirection

Valor do campo

Value = 1
Atributos

Comentários

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

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

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