Click or drag to resize
CanvasTextLayoutLineSpacingBaseline Property
Specifies the distance from top of line to baseline. A reasonable ratio to lineSpacing is 80 percent.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float LineSpacingBaseline { get; set; }

Property Value

Type: Single
Remarks

This property is ignored when LineSpacing is negative.

The behavior of this property is affected by the text layout's CanvasLineSpacingMode.

See Also