SpaceNegotiatingAdornmentTag::BottomSpace Property

 

Gets the amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

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

public:
property double BottomSpace {
	[CompilerGeneratedAttribute]
	double get();
	[CompilerGeneratedAttribute]
	private: void set(double value);
}

Property Value

Type: System::Double

The amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

Return to top
Show: