Strikethrough Property (IFont)
True if the font is struck through with a horizontal line.
bool Strikethrough {get; set;}
'Declaration
Property Strikethrough As Boolean
'Usage
Dim instance As IFont
Dim value As Boolean
instance.Strikethrough = value
value = instance.Strikethrough
Property Value
true
if strikethrough; otherwise,
false
.