ITextViewLine::TextHeight Property

 

Gets the vertical distance between the top and bottom of the text in the rendered line.

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

property double TextHeight {
	double get();
}

Property Value

Type: System::Double

The vertical distance between the top and bottom of the text in the rendered line.

Return to top
Show: