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;}
public boolean isStrikethrough()
public void setStrikethrough(boolean strikethrough)
<br/>get_Strikethrough();<br/>set_Strikethrough(value);<br/>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.