Click or drag to resize
ICanvasTextInlineObjectBaseline Property
Gets the distance from the top of the object to the point where it is lined up with the adjacent text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
float Baseline { get; }

Property Value

Type: Single
Remarks
If you want the baseline at the bottom, then the baseline simply equals the height of the object.
See Also