Compartilhar via


LayoutDirection.Rtl Campo

Definição

Cuidado

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

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

[Android.Runtime.Register("RTL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.LayoutDirections enum directly instead of this field.", true)]
public const Android.Util.LayoutDirections Rtl = 1;
[<Android.Runtime.Register("RTL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.LayoutDirections enum directly instead of this field.", true)>]
val mutable Rtl : Android.Util.LayoutDirections

Valor do campo

Value = 1
Atributos

Comentários

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

Documentação Java para android.util.LayoutDirection.RTL.

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

Aplica-se a