IFormattedLineSource.TextHeightAboveBaseline Property
Gets the nominal height of the text above the baseline.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property TextHeightAboveBaseline As Double
double TextHeightAboveBaseline { get; }
property double TextHeightAboveBaseline {
double get ();
}
abstract TextHeightAboveBaseline : float with get
function get TextHeightAboveBaseline () : double
Property Value
Type: Double
The nominal height of the text above the baseline.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.