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 public float UnderlinePosition { get; }
Property Value
Type:
SingleRemarks The value is usually made negative in order to place the underline below the baseline.
See Also