Click or drag to resize
CanvasFontFaceUnderlinePosition Property
Gets the underline position, relative to the Latin-script baseline.

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

Property Value

Type: Single
Remarks
The value is usually made negative in order to place the underline below the baseline.
See Also