_Font.DoubleStrikeThrough Property

Definition

True if the specified font is formatted as double 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 DoubleStrikeThrough { int get(); void set(int value); };
public int DoubleStrikeThrough { get; set; }
member this.DoubleStrikeThrough : int with get, set
Public Property DoubleStrikeThrough As Integer

Property Value

Remarks

To set or return single-line strikethrough formatting, use the StrikeThrough property. Setting DoubleStrikeThrough to True sets StrikeThrough to False, and vice versa.

Applies to