ITextViewLine::Height Property

 

Gets the distance between the top and bottom edge of this line.

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

property double Height {
	double get();
}

Property Value

Type: System::Double

The distance between the top and bottom edge of this line.

Return to top
Show: