Share via


IntraTextAdornmentTag.TopSpace Property

Gets the amount of space that is required between the top of the text in the ITextViewLine and the top 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 TopSpace As Nullable(Of Double)
public Nullable<double> TopSpace { get; private set; }
public:
property Nullable<double> TopSpace {
    Nullable<double> get ();
    private: void set (Nullable<double> value);
}
member TopSpace : Nullable<float> with get, private set
function get TopSpace () : Nullable<double>
private function set TopSpace (value : Nullable<double>)

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.

.NET Framework Security

See Also

Reference

IntraTextAdornmentTag Class

Microsoft.VisualStudio.Text.Editor Namespace