Compartilhar via


Propriedade ITextViewLine.Height

Obtém a distância entre a borda superior e inferior dessa linha.

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

Sintaxe

'Declaração
ReadOnly Property Height As Double
double Height { get; }
property double Height {
    double get ();
}
abstract Height : float with get
function get Height () : double

Valor de propriedade

Tipo: Double
A distância entre a borda superior e inferior dessa linha.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting