Langue

View.TextDirectionRtl Champ

Définition

Attention

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

Le sens du texte est forcé à RTL.

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

Valeur de champ

Value = 4
Attributs

Remarques

Le sens du texte est forcé à RTL.

Java documentation pour android.view.View.TEXT_DIRECTION_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.

S’applique à