Strikeout

Font.Strikeout property

Gets a value indicating whether this Font specifies a horizontal line through the font.

public bool Strikeout { get; }

Property Value

True if this Font has a horizontal line through it; otherwise, false.

See Also