This property retrieves whether or not the text in the selected object uses a strikeout.
[Visual Basic] Public ReadOnly Property
SelectedObjectFontStrikeout As Boolean
[C#] public bool SelectedObjectFontStrikeout
{get;}
Property Value
True: The text uses a strikeout
False: The text does not use a strikeout
Default value is False.
Explanation
The SelectedObjectFontStrikeout property retrieves whether or not the text in the selected object uses a strikeout.
This property is only enabled when the selected object is the Text object.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit