ICanvasTextInlineObject.Baseline 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
SyntaxProperty Value
Type:
Single
RemarksIf you want the baseline at the bottom, then the baseline simply equals the height of the object.
See Also