Click or drag to resize
CanvasLineMetricsTrailingWhitespaceCount Field
The number of whitespace characters 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 TrailingWhitespaceCount

Field Value

Type: Int32
Remarks
Newline sequences are considered whitespace.
See Also