IntraTextAdornmentTag::BottomSpace Property

 

Gets the amount of space that is required between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

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

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

Property Value

Type: System::Nullable<Double>

The amount of space that is required between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.

Return to top
Show: