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