'Declaration Public Property StrikeThrough As Nullable(Of StrikeThrough)
'Usage Dim instance As Formatting Dim value As Nullable(Of StrikeThrough) instance.StrikeThrough = value value = instance.StrikeThrough
public Nullable<StrikeThrough> StrikeThrough {get; set;}