Compartilhar via


Propriedade IFormattedLineSource.LineHeight

Obtém a altura nominal de uma linha.

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

Sintaxe

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

Valor de propriedade

Tipo: Double
A altura nominal de uma linha.

Comentários

Isso não, em geral, será o mesmo que TextHeightAboveBaseline + TextHeightBelowBaseline, já que há pode estar algumas preenchimento entre linhas.

Segurança do .NET Framework

Consulte também

Referência

IFormattedLineSource Interface

Namespace Microsoft.VisualStudio.Text.Formatting