Langue

View.TextAlignmentInherit Champ

Définition

Attention

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

Alignement du texte par défaut.

[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

Valeur de champ

Value = 0
Attributs

Remarques

Alignement du texte par défaut. L’alignement du texte de cette vue est hérité de son parent. Utiliser avec #setTextAlignment(int)

Java documentation pour android.view.View.TEXT_ALIGNMENT_INHERIT.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à