TextInfo.IsRightToLeft Propriété
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.
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.