Click or drag to resize
CanvasLineMetricsCharacterCount Field
The number of characters in the text line.

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

Field Value

Type: Int32
Remarks
This includes any trailing whitespace and newline characters.
See Also