Click or drag to resize
CanvasTextLayoutSetStrikethrough 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: SystemInt32
characterCount
Type: SystemInt32
hasStrikethrough
Type: SystemBoolean
See Also