Click or drag to resize
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
C#
public float StrikethroughPosition { get; }

Property Value

Type: Single
Remarks
This value is usually positive, which places the strikethrough above the baseline.
See Also