View.LayoutDirectionInherit 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 é herdada de seu pai.

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

Valor do campo

Value = 2
Atributos

Comentários

A direção do layout horizontal dessa vista é herdada de seu pai. Usar com o #setLayoutDirection.

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

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