Freigeben über


IFormattedLineSource.LineHeight-Eigenschaft

Ruft die nominale Höhe einer Zeile ab.

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

Syntax

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

Eigenschaftswert

Typ: Double
Der nominelle Höhe einer Zeile.

Hinweise

Dies ist i. d. R. nicht dasselbe wie TextHeightAboveBaseline + TextHeightBelowBaseline, da es sind, möglicherweise etwas Abstand zwischen Zeilen sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

IFormattedLineSource Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace