Compartilhar via


Propriedade IntraTextAdornmentTag.TopSpace

Obtém a quantidade de espaço necessário entre a parte superior do texto a ITextViewLine e o topo da ITextViewLine.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: Nullable<Double>
A quantidade de espaço necessário entre a parte superior do texto a ITextViewLine e o topo da ITextViewLine.

Segurança do .NET Framework

Consulte também

Referência

IntraTextAdornmentTag Classe

Namespace Microsoft.VisualStudio.Text.Editor