IntraTextAdornmentTag::TopSpace Property
Visual Studio 2015
Gets the amount of space that is required between the top of the text in the ITextViewLine and the top of the ITextViewLine.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property Nullable<double> TopSpace { [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 top of the text in the ITextViewLine and the top of the ITextViewLine.
Show: