Partager via


TextBounds.IsRightToLeft, propriété

Détermine si le caractère est un caractère de droite à gauche.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsRightToLeft As Boolean
public bool IsRightToLeft { get; }
public:
property bool IsRightToLeft {
    bool get ();
}
member IsRightToLeft : bool with get
function get IsRightToLeft () : boolean

Valeur de propriété

Type : Boolean
true si le personnage est un personnage de droite à gauche, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

TextBounds Structure

Microsoft.VisualStudio.Text.Formatting, espace de noms