Click or drag to resize
CanvasLineMetricsTerminalNewlineCount Field
The number of characters in the newline sequence at the end of 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 TerminalNewlineCount

Field Value

Type: Int32
Remarks
If the count is zero, then the text line was either wrapped or it is the end of the text.
See Also