Share via


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: 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.

.NET Framework Security

See Also

Reference

IntraTextAdornmentTag Class

Microsoft.VisualStudio.Text.Editor Namespace