ITextViewLine.Baseline Property
Gets the distance from the top of the text to the baseline text on the line.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property Baseline As Double
double Baseline { get; }
property double Baseline {
double get ();
}
abstract Baseline : float with get
function get Baseline () : double
Property Value
Type: System.Double
The distance from the top of the text to the baseline text on the line.
.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.