CanvasFontFaceStrikethroughPosition Property |
Gets the strikethrough position, which is 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 StrikethroughPosition { get; }
Property Value
Type:
SingleRemarks This value is usually positive, which places the strikethrough above the baseline.
See Also