Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
function get TextHeightBelowBaseline () : double
Property Value
Type: System.Double
The nominal height of the text below 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.