Compartir a través de


ITextView.LineHeight (Propiedad)

Obtiene el alto nominal de una línea de texto en la vista.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
ReadOnly Property LineHeight As Double
double LineHeight { get; }
property double LineHeight {
    double get ();
}
abstract LineHeight : float with get
function get LineHeight () : double

Valor de propiedad

Tipo: Double
El alto nominal de una línea de texto en la vista.

Seguridad de .NET Framework

Vea también

Referencia

ITextView Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)