IFormattedLineSource.LineHeight Property

Definition

Gets the nominal height of a line.

public:
 property double LineHeight { double get(); };
public:
 property double LineHeight { double get(); };
public double LineHeight { get; }
member this.LineHeight : double
Public ReadOnly Property LineHeight As Double

Property Value

The nominal height of a line.

Remarks

This will not, in general, be the same as TextHeightAboveBaseline + TextHeightBelowBaseline since there is might be some padding between lines.

Applies to