Click or drag to resize
CanvasTextLayout.SetStrikethrough Method
Applies strikethrough formatting to the specified group of characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetStrikethrough(
	int characterIndex,
	int characterCount,
	bool hasStrikethrough
)

Parameters

characterIndex
Type: System.Int32
characterCount
Type: System.Int32
hasStrikethrough
Type: System.Boolean
See Also