This property sets whether or not the font used has strikeout lines.

[Visual Basic] Public Property FontStrikeout As Boolean
[C#] public bool FontStrikeout {get; set;}

Property Value

True: The font has strikeout lines

False: The font does not have strikeout lines

Default value is False

Explanation

The FontStrikeout property sets whether or not the font used has strikeout lines. Set this property before drawing the text.

To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectFontStrikeout property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation