Share via


IFormattedLineSource.TextHeightBelowBaseline Property

Gets the nominal height of the text below the baseline.

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

Syntax

'Declaration
ReadOnly Property TextHeightBelowBaseline As Double
double TextHeightBelowBaseline { get; }
property double TextHeightBelowBaseline {
    double get ();
}
abstract TextHeightBelowBaseline : float with get
function get TextHeightBelowBaseline () : double

Property Value

Type: Double
The nominal height of the text below the baseline.

.NET Framework Security

See Also

Reference

IFormattedLineSource Interface

Microsoft.VisualStudio.Text.Formatting Namespace