View.TextDirectionInherit Campo

Definición

Precaución

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

La dirección del texto se hereda a través de ViewGroup

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

Valor de campo

Value = 0
Atributos

Comentarios

La dirección del texto se hereda a través de ViewGroup

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

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