Indicates whether the text font should use strikethrough style.
public bool Strikethrough {get; set;}
'Declaration
Public Property Strikethrough As Boolean
'Usage
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
instance.Strikethrough = value
value = instance.Strikethrough
public bool Strikethrough {get; set;}
get_Strikethrough();
set_Strikethrough(value);
Object.defineProperty('Strikethrough');
public:
property bool Strikethrough {
bool get();
void set ( bool value);
}
Property Value
true to use strikethrough font for the text, false to use normal font.