Skip to main content
All docs
V24.2

DXFont.Strikeout Property

Gets a value that indicates whether the font has a horizontal line through it.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public bool Strikeout { get; }

Property Value

Type Description
Boolean

true if the font has a horizontal strikeout style; otherwise, false.

See Also