Click or drag to resize
CanvasLineMetricsLeadingWhitespaceAfter Field
Size of the white space, in DIPs, after the content of the line.

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

Field Value

Type: Single
Remarks

This quantity is included in the height of the line.

If the layout's text direction is such that this line is read horizontally, then this value represents the extra space below the content. If the line is read vertically, then this value represents the space to the right of the content.

See Also