Skip to main content
All docs
V26.1
  • DXFont.Strikeout Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public bool Strikeout { get; }

    Property Value

    Type Description
    Boolean

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

    See Also