Compartilhar via


Propriedade ITextViewLine.TextHeight

Obtém a distância vertical entre superior e inferior do texto na linha renderizada.

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

Sintaxe

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

Valor de propriedade

Tipo: Double
A distância vertical entre superior e inferior do texto na linha renderizada.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting