Click or drag to resize
ICanvasTextRendererDrawStrikethrough Method
Signals to the app that it should draw a strikethrough.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
void DrawStrikethrough(
	Vector2 point,
	float strikethroughWidth,
	float strikethroughThickness,
	float strikethroughOffset,
	CanvasTextDirection textDirection,
	Object brush,
	CanvasTextMeasuringMode textMeasuringMode,
	string localeName,
	CanvasGlyphOrientation glyphOrientation
)

Parameters

point
Type: System.NumericsVector2
strikethroughWidth
Type: SystemSingle
strikethroughThickness
Type: SystemSingle
strikethroughOffset
Type: SystemSingle
textDirection
Type: Microsoft.Graphics.Canvas.TextCanvasTextDirection
brush
Type: SystemObject
textMeasuringMode
Type: Microsoft.Graphics.Canvas.TextCanvasTextMeasuringMode
localeName
Type: SystemString
glyphOrientation
Type: Microsoft.Graphics.Canvas.TextCanvasGlyphOrientation
See Also