_Font.StrikeThrough Property

Definition

True if the font is formatted as strikethrough text. Returns True, False or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle. Read/write Integer.

public:
 property int StrikeThrough { int get(); void set(int value); };
public int StrikeThrough { get; set; }
member this.StrikeThrough : int with get, set
Public Property StrikeThrough As Integer

Property Value

Remarks

To set or return double strikethrough formatting, use the DoubleStrikeThrough property.

Applies to