Click or drag to resize
CanvasTextLayoutSetUnderline Method
Applies underline 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 SetUnderline(
	int characterIndex,
	int characterCount,
	bool hasUnderline
)

Parameters

characterIndex
Type: SystemInt32
characterCount
Type: SystemInt32
hasUnderline
Type: SystemBoolean
See Also