TextMetrics.StruckOut Property

Definition

Gets or sets a value indicating whether the font specifies a horizontal line through the characters.

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

Property Value

true if the font has a horizontal line through the characters; otherwise, false.

Applies to