View.TextAlignmentInherit Campo

Definición

Precaución

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

Alineación de texto predeterminada.

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

Valor de campo

Value = 0
Atributos

Comentarios

Alineación de texto predeterminada. La alineación de texto de esta vista se hereda de su elemento primario. Uso con #setTextAlignment(int)

Java documentación para android.view.View.TEXT_ALIGNMENT_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