SpaceNegotiatingAdornmentTag::TopSpace Property
Visual Studio 2015
Gets the amount of space needed between the top of the text in the ITextViewLine and the top of the ITextViewLine.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property double TopSpace { [CompilerGeneratedAttribute] double get(); [CompilerGeneratedAttribute] private: void set(double value); }
Property Value
Type: System::DoubleThe amount of space needed between the top of the text in the ITextViewLine and the top of the ITextViewLine.
Show: