ITextViewLine.TextLeft, propriété

Obtient la coordonné x du bord gauche 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 TextLeft As Double
double TextLeft { get; }
property double TextLeft {
    double get ();
}
abstract TextLeft : float with get
function get TextLeft () : double

Valeur de propriété

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

Notes

C'est toujours identique à Left.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms