Skip to main content
All docs
V24.1

DXFont.Strikeout Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
public bool Strikeout { get; }

Property Value

Type Description
Boolean

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

See Also