FontSettings.Strikeout Property

Definition

Gets or sets the font's strikeout style. Only allows the change if the property is not immutable and sets the override flags appropriately.

public:
 property bool Strikeout { bool get(); void set(bool value); };
public bool Strikeout { get; set; }
member this.Strikeout : bool with get, set
Public Property Strikeout As Boolean

Property Value

Boolean setting for the Strikeout FontStyle.

Applies to