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)
Syntax
'Declaration
Public Property BottomSpace As Nullable(Of Double)
public Nullable<double> BottomSpace { get; private set; }
public:
property Nullable<double> BottomSpace {
Nullable<double> get ();
private: void set (Nullable<double> value);
}
member BottomSpace : Nullable<float> with get, private set
function get BottomSpace () : Nullable<double>
private function set BottomSpace (value : Nullable<double>)
Property Value
Type: Nullable<Double>
The amount of space that is required between the bottom of the text in the ITextViewLine and the bottom of the ITextViewLine.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.