Compartir a través de


ITextViewLine.Height (Propiedad)

Obtiene la distancia entre la parte superior y el borde inferior de esta línea.

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

Sintaxis

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

Valor de propiedad

Tipo: Double
la distancia entre la parte superior y el borde inferior de esta línea.

Seguridad de .NET Framework

Vea también

Referencia

ITextViewLine Interfaz

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