Click or drag to resize
CanvasLineMetricsLeadingWhitespaceBefore Field
Size of the white space, in DIPs, before 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 LeadingWhitespaceBefore

Field Value

Type: Single
Remarks

This quantity is included in the line height and baseline distances.

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

See Also