Back to Devexpress

DXFont.Strikeout Property

corelibraries-devexpress-dot-drawing-dot-dxfont-8bcddf9a.md

latest1009 B
Original Source

DXFont.Strikeout Property

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

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public bool Strikeout { get; }
vb
Public ReadOnly Property Strikeout As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace