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