SpaceNegotiatingAdornmentTag::BottomSpace Property
Visual Studio 2015
Gets the amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.
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::DoubleThe amount of space needed between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.
Show: