ITextViewLine.TextRight, propriété

Obtient la coordonné x du bord droit du texte dans la ligne rendue.

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

Syntaxe

'Déclaration
ReadOnly Property TextRight As Double
double TextRight { get; }
property double TextRight {
    double get ();
}
abstract TextRight : float with get
function get TextRight () : double

Valeur de propriété

Type : Double
Le coordonnée x du bord droit du texte dans la ligne rendue.

Notes

Cela ne comprend pas EndOfLineWidth pour les lignes qui ont un saut de ligne.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms