Click or drag to resize
ICanvasTextRenderer.DrawStrikethrough 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.Numerics.Vector2
strikethroughWidth
Type: System.Single
strikethroughThickness
Type: System.Single
strikethroughOffset
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