Click or drag to resize
CanvasTextLayoutGetUnderline Method
Gets whether the character at the specified position is underlined.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool GetUnderline(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: Boolean
See Also