Click or drag to resize
ICanvasTextRenderer.DrawUnderline Method
Signals to the app that it should draw an underline.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
void DrawUnderline(
	Vector2 point,
	float underlineWidth,
	float underlineThickness,
	float underlineOffset,
	float runHeight,
	CanvasTextDirection textDirection,
	Object brush,
	CanvasTextMeasuringMode textMeasuringMode,
	string localeName,
	CanvasGlyphOrientation glyphOrientation
)

Parameters

point
Type: System.Numerics.Vector2
underlineWidth
Type: System.Single
underlineThickness
Type: System.Single
underlineOffset
Type: System.Single
runHeight
Type: System.Single
textDirection
Type: Microsoft.Graphics.Canvas.Text.CanvasTextDirection
brush
Type: System.Object
textMeasuringMode
Type: Microsoft.Graphics.Canvas.Text.CanvasTextMeasuringMode
localeName
Type: System.String
glyphOrientation
Type: Microsoft.Graphics.Canvas.Text.CanvasGlyphOrientation
See Also