View.TextDirectionFirstStrongRtl Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.TextDirection enum directly instead of this field.
La direction du texte utilise « premier algorithme fort ».
[Android.Runtime.Register("TEXT_DIRECTION_FIRST_STRONG_RTL", ApiSince=23)]
[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 TextDirectionFirstStrongRtl = 7;
[<Android.Runtime.Register("TEXT_DIRECTION_FIRST_STRONG_RTL", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.TextDirection enum directly instead of this field.", true)>]
val mutable TextDirectionFirstStrongRtl : Android.Views.TextDirection
Valeur de champ
Value = 7- Attributs
Remarques
La direction du texte utilise « premier algorithme fort ». Le premier caractère directionnel fort détermine la direction du paragraphe. S’il n’y a pas de caractère directionnel fort, le sens du paragraphe est RTL.
Java documentation pour android.view.View.TEXT_DIRECTION_FIRST_STRONG_RTL.
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.