ITextViewLine::Baseline Property

 

Gets the distance from the top of the text to the baseline text on the line.

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

property double Baseline {
	double get();
}

Property Value

Type: System::Double

The distance from the top of the text to the baseline text on the line.

Return to top
Show: