TextInfo.IsRightToLeft Propriété

Définition

Obtient une valeur qui indique si l’objet TextInfo actuel représente un système d’écriture où le texte s’écrit de droite à gauche.

public:
 property bool IsRightToLeft { bool get(); };
public bool IsRightToLeft { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool IsRightToLeft { get; }
member this.IsRightToLeft : bool
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.IsRightToLeft : bool
Public ReadOnly Property IsRightToLeft As Boolean

Valeur de propriété

true si le texte s'écrit de droite à gauche ; sinon, false.

Attributs

Remarques

La IsRightToLeft propriété indique la direction dominante du texte écrit et la position relative des éléments d’interface utilisateur tels que les boutons et les barres de défilement.

S’applique à