CanvasFontFace.StrikethroughPosition 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
Syntaxpublic float StrikethroughPosition { get; }
Property Value
Type:
Single
RemarksThis value is usually positive, which places the strikethrough above the baseline.
See Also