Freigeben über


ITextViewLine.TextBottom-Eigenschaft

Ruft die y-Koordinate für den unteren Rand des Texts in der gerenderten Zeile ab.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property TextBottom As Double
double TextBottom { get; }
property double TextBottom {
    double get ();
}
abstract TextBottom : float with get
function get TextBottom () : double

Eigenschaftswert

Typ: Double
Die y-Koordinate der unteren Rand des Texts in der gerenderten Zeile.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace