Strikethrough Property (Font)
Gets a value indicating whether this
Font is strike.
public bool Strikethrough {get; set;}
'Declaration
Public Property Strikethrough As Boolean
'Usage
Dim instance As Font
Dim value As Boolean
instance.Strikethrough = value
value = instance.Strikethrough
Property Value
true
if this
Font is strike; otherwise,
false
.