IAdornmentElement::TextHeight Property

 

Gets the height of the adornment text.

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 height of the adornment text.

This affects the amount of space reserved for text on an ITextViewLine, which is used to determine the vertical size of the caret.

Return to top
Show: