IFormattedLineSource::LineHeight Property

 

Gets the nominal height of a line.

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

property double LineHeight {
	double get();
}

Property Value

Type: System::Double

The nominal height of a line.

This will not, in general, be the same as TextHeightAboveBaseline + TextHeightBelowBaseline, since there is might be some padding between lines.

Return to top
Show: