CanvasTextFormatLineSpacingBaseline 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 public float LineSpacingBaseline { get; set; }
Property Value
Type:
SingleRemarks
This property is ignored when LineSpacing is negative.
The default value for this property is 1.
The behavior of this property is affected by the text format's CanvasLineSpacingMode.
See Also