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