Skip to main content
All docs
V25.1
  • DXFontStyle Enum

    Lists values that indicate style information applied to text.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    [Flags]
    public enum DXFontStyle

    Members

    Name Description
    Regular

    Normal text.

    Bold

    Bold text.

    Italic

    Italic text.

    Underline

    Underlined text.

    Strikeout

    Strike-through text.

    See Also