Lenguaje

View.LayoutDirectionRtl Campo

Definición

Precaución

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

La dirección de diseño horizontal de esta vista es de derecha a izquierda.

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

Value = 1
Atributos

Comentarios

La dirección de diseño horizontal de esta vista es de derecha a izquierda. Se usa con #setLayoutDirection.

Java documentación para android.view.View.LAYOUT_DIRECTION_RTL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a